Go to file
Mikołaj Lubiak daa11deb0e Small cosmetical changes 2023-02-07 14:54:30 +01:00
LICENSE Initial commit. 2022-05-15 15:04:38 +02:00
README.md Update 'README.md' 2022-06-17 17:22:12 +00:00
breakrot.py Small cosmetical changes 2023-02-07 14:54:30 +01:00
rot.py Small cosmetical changes 2023-02-07 14:54:30 +01:00
wordlist.txt Made version working with wordlist. 2022-05-15 16:45:47 +02:00

README.md

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