This is a simple cryptography kit written in Rust and is a collection of cryptographic algorithms and tools that I have implemented for fun. This is not meant to be used in production and is purely for educational purposes. The following algorithms are implemented:
- Caesar Cipher
- Vigenere Cipher
- AtBash Cipher
- One Time Pad Encryption
- ROT13
The package also contains a basic Trie implementation that can be used for dictionary attacks and a command line tool that can save and load Trie data structures to disk.