From d12aeb0f6e33f997c36053da3c9172ff7dfffdaf Mon Sep 17 00:00:00 2001 From: Ole Morud Date: Thu, 5 Sep 2024 04:44:19 +0200 Subject: [PATCH] Update README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9df4049..1a19f06 100644 --- a/README.md +++ b/README.md @@ -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