-
This is NIST's home page for the Rijndael block cipher, now the Advanced Encryption Standard (AES). It has links to the specification and source code.
-
Describes the 128-bit variable-length key NESSIE candidate. The C source code is available here.
-
Describes the BMGL stream cipher developed by Johan Hastad of the Royal Inst. of Technology and Mats Naslund of Ericsson Research in Sweden. BMGL, like Snow2, uses features of the Rijndael cipher. This is a PDF file. Source code is not available here.
-
Contains cipher source code and technical explanations for SEAL, Skipjack and other well known ciphers.
-
Shift Cipher description and examples.
-
Documents the Camellia block cipher jointly developed by NTT and Mitsubishi Electric in Japan in 2000. C source code is also provided.
-
Open source cryptography information including AES cipher code, public domain source for rijndael, hash cracking and general notes on the Linux crypto loopback file system.
-
Sourceforge project for FastFlex, a suite of hash functions and stream ciphers. Links to documentation and source code.
-
Description and examples of the enigma cipher.
-
This PDF document describes the Helix stream cipher, devised by Niels Ferguson, Doug Whiting, Bruce Schneier, John Kelsey, Stefan Lucks, and Tadayoshi Kohno. The cipher produces a MAC for every plaintext it encrypts. Source code is not included in this document, but Qualcomm Australia has implemented Helix in C.
-
Describes a stream cipher devised by Palash Sarkar and the Cryptology Research Group at the India Statistical Institute. Like many new stream ciphers, it has two parts to its state, one part updated linearly and one part updated non-linearly. The linear part is implemented as cellular automata. The cipher can run in a self-synchronizing mode. The C source code is in this postscript document.
-
The company's AES proposal using 128 bit blocks. Contains descriptions, pseudocode and test vectors.
-
A stream cipher developed by Robert Jenkins. It was inspired by RC4.
-
Describes the 64-bit block cipher, 128-bit key NESSIE finalist.
-
Konton2 is a stream cipher which does not resemble RC4 and does not use shift registers. The C source code for Konton2 is provided.
-
A block cipher with a block length and a key length of 128 bits.
-
Block cipher proposed by RSA as an AES candidate.
-
The CAST-128 Encryption Algorithm. C. Adams. May 1997.
-
The Rabbit stream cipher was developed by CRYPTICO A/S in Denmark. It runs in synchronous mode, uses a 128-bit key, and 513 bits of state data. This PDF file includes C source code for Rabbit.
-
Description and examples of rail fence ciphers.
-
SN3 is a stream cipher designed by Simeon Maltchev. Somewhat like ISAAC, it uses three constantly evolving blocks of state data which update each other. The C source code for SN3 is also provided.
-
Describes the Scream stream cipher developed at IBM by Shai Halevi, Don Coppersmith, and Charanjit Jutla. Scream is based on SEAL. This is a .pdf file. Source code is not available here.
-
Describes the 128-bit block cipher designed to replace DES. It was a finalist in the AES competition.
-
TEA is a very small, efficient algorithm offering a moderate level of security
-
A freely available symmetric block cipher designed by Bruce Schneier as a drop-in replacement for DES or IDEA. Allows variable-length keys up to 448 bits.
-
Contains source code in C for this stream cipher which uses 160 to 2048-bit keys. Short keys are fast on 32-bit processors.
-
Describes the MUGI stream cipher developed at Hitachi. MUGI is similar to, and based on, Panama. The link here is to the English home page of the MUGI site. Source code is not available at this site.
-
Describes the Snow stream cipher: both Snow 1.0 submitted to the NESSIE project and Snow 2.0. Snow is the work of Patrik Ekdahl and Thomas Johansson of the I.T. Dept. at Lund Univ., Sweden. The C source code for Snow is also provided.
-
A freely available 128-bit block cipher designed by Counterpane Systems (Bruce Schneier et al.).
-
Describes the VMPC one-way function and a stream cipher based on it, designed by Bartosz Zoltak. Pseudo code and test-vectors are available here. The algorithm is similar to RC4 and VERY simple.