Expand description
The vigenere_decoder module decodes Vigenère cipher text
Vigenère cipher decoder with automated key detection
Uses Index of Coincidence (IoC) for key length detection and frequency analysis for key discovery
Returns Option
Structs§
- Vigenere
Decoder - The Vigenère decoder struct