cipherutils

solve trivial ciphers in the blink of an eye


Built with ❤️ by @tubbo. Hosted on GitHub Pages.

byteme(1) - decode binary and hexadecimal

SYNOPSIS

byteme [-hv] FILE

DESCRIPTION

byteme decodes binary and hexadecimal ciphers. Pass either a binary or hex cipher and it will output whichever one is solved.

Part of the cipherutils: https://tubbo.github.io/cipherutils

ARGUMENTS

FILE Path to a file on disk. Data can also be supplied via STDIN

OPTIONS

EXAMPLES

Read from a file:

byteme ./file.txt

Read from STDIN:

echo ./file.txt | byteme

AUTHOR

Tom Scott http://psychedeli.ca

SEE ALSO

unrot(1) radix(1)