diff --git a/README.md b/README.md index 46f09ba..812ae42 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ -# ROT-code +# ROT to encoder, decoder, dictionary bruteforcer + +## Usage: +### `./rot.py "Message to encode/decode" "Number of shifts"`, eg. `./rot.py "Super SECRET message" 13` +### `./breakrot.py "Encoded cipher to break" "Wordlist filename" "How many words to read"`, eg. `./breakrot.py "Fhcre FRPERG zrffntr" "wordlist.txt" 1000000`