kryptos 0.6.3

A Rust implementation of various older, insecure, cryptographic ciphers.
Documentation
1
2
3
4
5
6
7
pub mod baconian;
pub mod caesar;
pub mod railfence;
pub mod rot13;
pub mod scytale;
pub mod substitution;
pub mod vigenere;