Module vigenere_decoder

Source
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 with the decrypted text if successful Uses Medium sensitivity for gibberish detection as the default.

Structs§

VigenereDecoder
The Vigenère decoder struct