Files
vigenere-cracker/README.md
2024-08-23 00:39:09 +02:00

474 B

Vigenère cipher solver

Uses index of coincidence and frequency analysis to find Vigenère cipher keys from ciphertexts

Build

make

Example usage

./build/solve txt/shakespeare-encrypted.txt | head -c 1024

References

Vigenère cipher

Index of Coincidence

Frequency analysis