ROT-code/README.md

7 lines
323 B
Markdown
Raw Normal View History

2022-06-17 19:22:12 +02:00
# 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`
2022-05-15 15:04:38 +02:00