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
Description
Languages
C
97.9%
Makefile
2.1%