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