Zcipher Algorithm
Zcipher is a symmetric encryption algorithm made by me few years ago. It is a 64-bit block cipher with a 128-bit key. Zcipher is unpatented and public domain. Please note that it is a toy cipher, not a serious replacement for AES, Twofish, RC6, etc.
Here are
- Algorithm specification (pdf, 54kb)
- zcipher.c - reference implementation in C (1614 bytes)
- test.c - test application and usage sample (2605 bytes)
UPDATED on Dec 9, 2007: I’ve updated the codebook section of Appendix A in the algorithm specification document with the cryptovariable value for clarity. I also put online the slides from the rump session talk at Asiacrypt 2007 (pdf, 50kb)
Reddit this / Add to del.icio.us / Digg this!
Subscribe to RSS feed