Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 503 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 503 Bytes

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