Update README

This commit is contained in:
2024-09-05 04:44:19 +02:00
parent 4066a60ac6
commit d12aeb0f6e

View File

@@ -2,7 +2,7 @@
# Vigenère cipher solver
Uses index of coincidence and frequency analysis to find Vigenère cipher keys
from ciphertexts
from ciphertexts.
## Build
@@ -10,10 +10,12 @@ from ciphertexts
make
```
Binary will be written to `./build/solve`
## Example usage
```
./build/solve txt/shakespeare-encrypted.txt | head -c 1024
./build/solve txt/shakespeare-encrypted.txt
```
## References