Pure Rust implementation of classical ciphers (for fun and learning!).
- Affine
- Caesar
- One-Time Pad (OTP)
- ROT13
- Vigenère
- Playfair
- Polybius Square
- Porta
- Bacon
- Beaufort
Never deploy your own crypto implementations in production, i.e. you should only implement crypto algorithms for fun and learning. All implementations of the various cryptographic algorithms found in this repository are NOT audited and, thus, are not secure. Please do not deploy in production.
Thank you for considering to contribute to this project!
All contributions large and small are actively accepted.
-
To get started, please read the contribution guidelines.
-
Browse Good First Issues.
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this codebase by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.