Applications
- 201
- Cryptography: An Investigation of a New Algorithm vs. the RSA
- Sarah Flannery's paper describing her Cayley-Purser algorithm.
- 202
- General Hash Function Algorithms
- General hash function algorithm implementations for string hashing in the object pascal, c and c++ programming languages.
- 204
- Teutoburgo: OTP4U
- Includes a Java crypto-tool that allows the users to easily exchange a random key between them and then use it as a key for a One Time Pad cipher.
- 206
- A Quantum Cryptographic Protocol with Detection of Compromised Server
- A research paper on quantum cryptography. The protocol employs quantum and classical resources for one time key generation, quantum key distribution, and encryption. [PDF]
- 207
- Quantum Cryptography and Secret-Key Distillation
- Site accompanying the book by Gilles Van Assche. Includes table of contents, text of the introduction, an errata and a hyperlinked bibliography.
- 208
- Security Engineering
- Anderson, Explains how "pure" cryptography is not quite so pure when expressed in the context of real world applications. Includes sample chapters of the second edition, entire contents of the first edition in PDF and audio format, errata, and supplemental notes and links.
- 210
- Passive Privacy System
- PPS is a specification for email programs to follow to exchange public keys and encrypt mail. There is no PPS ``program, though. Each email system may find its own way to implement PPS, and may have different criteria for the user-interface.
- 211
- RSA Public Key Implementation in Python
- Using OpenSSL RSA commands and an RSA Public Key Implementation in Python.
- 213
- 9th Central European Conference on Cryptography
- The next in the series of Central European Conferences on Cryptography organized very year since 2000.
- 214
- IACR Calendar of Events in Cryptology
- Calendar of cryptographic events all over the world, together with submission deadline. Updated several times a week.
- 215
- Hash Em All
- Free online text and file hashing. Supports 35 algorithms, unicode, null strings and files up to 10Mb.
- 217
- Masher Applet - MD5 implemented in Java
- Nice online application to produce a MD5 message digest. Supports copy-and-paste function. Includes Java source code.