/simple-ciphers

Classical and low-security symmetric ciphers

Primary LanguageHaskellGNU General Public License v3.0GPL-3.0

Simple Ciphers

A set of Haskell libraries implementing various classical ciphers and low-security symmetric encryption algorithms. Includes:

  • Caesar cipher and ROT13
  • Repeating XOR cipher
  • Vigenère cipher