solve trivial ciphers in the blink of an eye
radix
[-hv] FILE
radix decodes a cipher written in base64, base32, or any applicable baseNN obfuscation method, and returns the winning result to the terminal.
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:
radix ./file.txt
Read from STDIN:
echo ./file.txt | radix
Tom Scott http://psychedeli.ca
byteme(1) unrot(1)