mail MAIL EXCITE MIX BOOKMARKS MAPS
Skin Register Login

Excite

  • Web
  • Image
  • Video
  • MP3
  • News
Channels Close X
  • Horoscope
  • Hotels
  • Money
  • Insurance
  • Jobs
  • Motoring
  • Translation
  • Ecards
  • Games
  • Flirt
  • Today
  • entertainme
  • music
  • sportscene
  • digitaledge
  • sexploits
  • weather
  • travel
  • Directory
  • More

Directory

/ science /  math /  applications /  communication_theory /  cryptography /  algorithms /  ciphers
  • Communications Theory at Amazon.co.uk

    Millions of titles, new and used. Free Delivery on Orders over £5.

    Amazon.co.uk/politicsphilosophy(Sponsored Results)
  • Methods Of Communication

    Deals on Methods Of Communication. Find Our Sellers' Lowest Price.

    uk.Calibex.com(Sponsored Results)
  • Compare & Save on Books

    Building communication theory Compare Prices in 101+ stores.

    GetTextbooks.co.uk(Sponsored Results)
  • AES Algorithm (Rijndael) Information

    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.

    http://csrc.nist.gov/CryptoToolkit/aes/rijndael/
  • Anubis Block Cipher web site

    Describes the 128-bit variable-length key NESSIE candidate. The C source code is available here.

    http://paginas.terra.com.br/informatica/paulobarreto/AnubisPage.html
  • BMGL: Synchronous Key-stream Generator

    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.

    https://www.cosic.esat.kuleuven.ac.be/nessie/workshop/submissions/bmgl4.pdf
  • CAST 128 Block Cipher

    A text-file specification for CAST-128, a freely available 128-bit block cipher.

    http://tools.ietf.org/html/rfc2144
  • CS2 Block Cipher

    This PDF document describes to CS2 block cipher developed by Tom St Denis. CS2 is based on the CS cipher developed by Serge Vaudenay and takes advantage of work St Denis has done on the pseudo-Hadamard transform. Source code is not included, but test vectors are.

    http://eprint.iacr.org/2004/085.pdf
  • CSpears Ciphers Homepage

    Contains cipher source code and technical explanations for SEAL, Skipjack and other well known ciphers.

    http://virtue.nu/cspears/cipher.html
  • Caesar Shift Cipher

    Shift Cipher description and examples.

    http://www.trincoll.edu/depts/cpsc/cryptography/caesar.html
  • Camellia Home Page

    Documents the Camellia block cipher jointly developed by NTT and Mitsubishi Electric in Japan in 2000. C source code is also provided.

    http://info.isl.ntt.co.jp/camellia/
  • Cryptofile

    Open source cryptography info including AES cipher code, public domain source for rijndael, hash cracking and general notes on the Linux crypto loopback file system.

    http://cryptofile.com
  • FastFlex : A Secure Cryptographic Function

    Sourceforge project for FastFlex, a suite of hash functions and stream ciphers. Links to documentation and source code.

    http://fastflex.sourceforge.net
  • German Enigma Cipher

    Description and examples of the enigma cipher.

    http://frode.home.cern.ch/frode/crypto/Shaylor/bombe.html
  • HC-256 Stream Cipher

    HC-256 is a stream cipher developed by Hongjun Wu at the Institute for Infocomm Research in Singapore. It uses a very large state data set which it updates and reads from pseudo-randomly. It seems similar in basic design to SN3 and also borrows some ideas from SHA-256. C source code is included in this PDF document.

    http://eprint.iacr.org/2004/092.pdf
  • Helix Stream 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.

    http://www.macfergus.com/helix/helix.pdf
  • Hiji Bij Bij

    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.

    http://eprint.iacr.org/2003/014.ps
  • IBM's MARS Block Cipher.

    The company's AES proposal using 128 bit blocks. Contains descriptions, pseudocode and test vectors.

    http://domino.research.ibm.com/comm/research_projects.nsf/pages/security.mars.html
  • ISAAC - a fast cryptographic random number generator

    A stream cipher developed by Robert Jenkins. It was inspired by RC4.

    http://www.burtleburtle.net/bob/rand/isaacafa.html
  • JavaScript DES Implementation

    The Data Encryption Standard, supporting ECB and CBC modes. Also has a function for Triple DES. Includes an explanation of how the program works and source code.

    http://www.shopable.co.uk/des.html
  • Khazad Block Cipher web site

    Describes the 64-bit block cipher, 128-bit key NESSIE finalist.

    http://paginas.terra.com.br/informatica/paulobarreto/KhazadPage.html
  • Konton2: A Stream Cipher

    Konton2 is a stream cipher which does not resemble RC4 and does not use shift registers. The C source code for Konton2 is provided.

    http://www.geocities.com/da5id65536/
  • Noekeon block cipher

    A block cipher with a block length and a key length of 128 bits.

    http://gro.noekeon.org
  • QUALCOMM Australia's Home Page

    Has information about QUALCOMM Australia's ciphers. In particular, links are provided to a "design paper" and source code for the "t class" of SOBER stream ciphers.

    http://people.qualcomm.com/ggr/QC/
  • RC6 Home at RSA

    Block cipher proposed by RSA as an AES candidate.

    http://www.rsasecurity.com/rsalabs/node.asp?id=2512
  • Rabbit Stream Cipher

    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.

    http://www.cryptico.com/Files/filer/rabbit_fse.pdf
  • Rail Fence Cipher

    Description and examples of rail fence ciphers.

    http://www.simonsingh.net/The_Black_Chamber/railfence.html
  • SN3 Stream Cipher

    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.

    http://www.geocities.com/smaltchev/
  • Scream: A Software Efficient Stream Cipher

    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.

    http://eprint.iacr.org/2002/019.pdf
  • Serpent Block Cipher Homepage

    Describes the 128-bit block cipher designed to replace DES. It was a finalist in the AES competition.

    http://www.cl.cam.ac.uk/~rja14/serpent.html
  • Sosemanuk Stream Cipher

    Sosemanuk borrows features of the Snow stream cipher and the Serpent block cipher. The C source code for the cipher is available from the Ecrypt site.

    http://www.ecrypt.eu.org/stream/ciphers/sosemanuk/sosemanuk.pdf
  • TEA - a Tiny Encryption Algorithm

    TEA is a very small, efficient algorithm offering a moderate level of security

    ftp://ftp.cl.cam.ac.uk/papers/djw-rmn/djw-rmn-tea.html
  • The Blowfish Encryption Algorithm

    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.

    http://www.schneier.com/blowfish.html
  • The CARACACHS Stream Cipher

    Contains source code in C for this stream cipher which uses 160 to 2048-bit keys. Short keys are fast on 32-bit processors.

    http://membres.lycos.fr/caracachs/caracachs.htm
  • The Mugi Stream Cipher

    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.

    http://www.sdl.hitachi.co.jp/crypto/mugi/index-e.html
  • The Snow Stream Cipher

    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.

    http://www.it.lth.se/cryptology/snow/
  • Twofish

    A freely available 128-bit block cipher designed by Counterpane Systems (Bruce Schneier et al.).

    http://www.counterpane.com/twofish.html
  • VMPC function and stream cipher

    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.

    http://www.vmpcfunction.com
    Help build the largest human-edited directory of the web
  • Suggest a site
  • Open Directory Project
  • Become an editor
  • SITE:
  • Register here
  • Who we are
  • Feedback
  • Help
  • Terms of service
  • Advertising
  • Excite RSS
  • Sitemap
  • NETWORK:
  • Excite Italia
  • Excite Deutschland
  • Excite España
  • Excite France
  • Excite Japan
  • Excite Nederland
  • Excite Polska
  • Excite Usa
  • Copyright ©1995 - 2009