solve trivial ciphers in the blink of an eye
unrot
[-hv] FILE
unrot decodes rotational “Caesar” ciphers, which are achieved by
rotating letters of the alphabet N
times (giving them names like ROT14
and ROT10 ciphers).
Part of the cipherutils: https://tubbo.github.io/cipherutils
FILE
Path to a file on disk. Data can also be supplied via STDIN
-h
: Show usage information-v
: Verbose mode, show all solutions even if they don’t match in
the dictionaryRead from a file:
unrot ./file.txt
Read from STDIN:
echo ./file.txt | unrot
Tom Scott http://psychedeli.ca
byteme(1) radix(1)