2024-09-05 04:44:19 +02:00
2024-08-23 00:32:41 +02:00
2024-08-23 00:32:41 +02:00
2024-08-23 00:32:41 +02:00
2024-09-05 04:44:19 +02:00
2024-08-23 00:32:41 +02:00

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

Description
No description provided
Readme 2.7 MiB
Languages
C 97.9%
Makefile 2.1%