cienli 0.1.1

CiEnLi is a library of historical ciphers implemented in rust
Documentation

CiEnLi

CiEnLi is a library of historical ciphers implemented in rust.

WARNING: I just learned rust and I made this as my first project. So it may have lots of bugs.

The list of ciphers must add:

  • Vigenère
  • ROT5
  • ROT13
  • ROT18
  • ROT47
  • Bacon
  • Caesar
  • XOR
  • Playfair
  • Rail-fence
  • Fractionated Morse
  • Polybius Square
  • Trifid
  • Affine
  • Porta
  • ADFGVX
  • Straddle Checkerboard
  • Bifid
  • Homophonic
  • Four-Square
  • Autokey
  • Scytale
  • Hill
  • Columnar Transposition

If you have cipher in mind that there is no inside list, please add it to the list :)