cienli

Crates.iocienli
lib.rscienli
version0.3.1
sourcesrc
created_at2021-02-03 14:57:35.695419
updated_at2022-07-04 12:10:43.519727
descriptionCiEnLi is a library of historical ciphers implemented in rust
homepagehttps://github.com/zolagonano/cienli.git
repositoryhttps://github.com/zolagonano/cienli.git
max_upload_size
id350110
size35,692
Zola Gonano (zolagonano)

documentation

https://docs.rs/cienli/

README

CiEnLi

b b b b

CiEnLi is a library of historical ciphers implemented in rust.

The list of ciphers must add:

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

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

Commit count: 79

cargo fmt