Main Page
From Crypto
(Difference between revisions)
(Added the crypto page.) |
(Restore to latest full undamaged version: 10 October 2010.) |
||
(20 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
- | This page is the "channel wiki" for the IRC channel #crypto on irc.freenode.net. It has the same purpose as a FAQ. Here we can collect links to relevant things like beginner introductions and other things. | + | This page is the "channel wiki" for the IRC channel ##crypto on irc.freenode.net. It has the same purpose as a FAQ. Here we can collect links to relevant things like beginner introductions and other things. |
== Web links == | == Web links == | ||
Line 6: | Line 6: | ||
* [http://homepage.cs.uri.edu/research/cryptography/ Cryptography introduction at University of Rhode Island]. | * [http://homepage.cs.uri.edu/research/cryptography/ Cryptography introduction at University of Rhode Island]. | ||
* [http://www.cryptostuff.com/crypto/index.php www.cryptostuff.com] - Another beginners tutorial. | * [http://www.cryptostuff.com/crypto/index.php www.cryptostuff.com] - Another beginners tutorial. | ||
- | * [http://www.mindspring.com/~schlafly/crypto/faq.htm Crypto Mini-FAQ] | + | * [http://web.archive.org/web/20070305092405/http://www.mindspring.com/~schlafly/crypto/faq.htm Crypto Mini-FAQ] |
== Wikipedia == | == Wikipedia == | ||
Line 19: | Line 19: | ||
== Email and Usenet lists == | == Email and Usenet lists == | ||
- | * '''sci.crypt''' - The by now almost mythical and still very active Usenet list. Readable among others through the [http://groups.google. | + | * '''sci.crypt''' - The by now almost mythical and still very active Usenet list. Readable among others through the [http://groups.google.com/group/sci.crypt Google groups interface]. |
== Books == | == Books == | ||
Line 26: | Line 26: | ||
* Applied Cryptography by Bruce Schneier. The other good one with the same name. | * Applied Cryptography by Bruce Schneier. The other good one with the same name. | ||
- | + | == Notable Publications == | |
+ | * [http://www.cs.jhu.edu/~rubin/courses/sp03/papers/diffie.hellman.pdf New Directions In Cryptography by Whitfield Diffie and Martin E. Hellman] | ||
| |
Current revision as of 08:14, 9 January 2019
This page is the "channel wiki" for the IRC channel ##crypto on irc.freenode.net. It has the same purpose as a FAQ. Here we can collect links to relevant things like beginner introductions and other things.
[edit] Web links
- Cryptography introduction at University of Rhode Island.
- www.cryptostuff.com - Another beginners tutorial.
- Crypto Mini-FAQ
[edit] Wikipedia
Wikipedia has more than 1000 articles on cryptography, many of them really good. Here are some examples:
- Cryptography - The main article.
- Block cipher modes of operation - How to properly use block ciphers.
- Cryptographic hash function
- XTEA and RC4 - Two easy to implement ciphers with code examples.
[edit] Email and Usenet lists
- sci.crypt - The by now almost mythical and still very active Usenet list. Readable among others through the Google groups interface.
[edit] Books
- Handbook of Applied Cryptography - One of the better crypto books available. And you can download it for free (legally) as pdf-files from their web site. Note that there are several different books called "Applied Cryptography".
- Applied Cryptography by Bruce Schneier. The other good one with the same name.
[edit] Notable Publications