Rust Implementation of Enigma Machine
Summary of my bookmarked Github repositories from Mar 19th, 2024
Github repositories
- iKevinY/ultra
"Ultra" is a Rust implementation of the Enigma machine, offering decryption capabilities. Encrypt messages with specified or random settings. Decrypting relies on frequency analysis and index of coincidence.