Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 592 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 592 Bytes

Cryptography

Cryptography is a repository which contains and will contains cryptographic protocol. It is intended for edcuational purpose; not for practical use.

List in alphabetical order

  • ARC4 : Rivest Cipher 4 by Ronald Rivest
  • Blowfish : By Bruce Schneier
  • Caesar : Caesar cipher
  • RC4+ : Upadted version of RC4 (Rivest Cipher Four) proposed by Maitra and Paul at Indocrypt 2008
  • RC4A : Updated version of RC4 by Souradyuti Paul and Bart Preneel
  • ROT13 : Rotational 13 encryption
  • OTP : One Time Pad by Gilbert Vernam
  • Spritz : Updated version of RC4 by Ronald Rivest himself