Files
vigenere-cracker/README.md
2024-09-05 04:44:19 +02:00

503 B

Vigenère cipher solver

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

Build

make

Binary will be written to ./build/solve

Example usage

./build/solve txt/shakespeare-encrypted.txt

References

Vigenère cipher

Index of Coincidence

Frequency analysis