Visualizes keys and hashes using OpenSSH's Drunken Bishop algorithm
Usage: bishop [OPTIONS] [hex]
Arguments:
[hex] HEX input, should have even length
Options:
-q, --quiet Don't echo hex input
-i <file> Input file
-s, --stdin Use stdin as input, shorthand for `-i -`
--chars <CHARS> Custom char list: '[bg][char]...[start][end]'
-I <type> Input type for -i
bin - Treat as binary data (default)
hex - Treat as HEX data
hash - Hash input file as binary and then visualize hash (sha256)
Use this for large inputs
[possible values: bin, hex, hash]
-H Hash input data (shorthand for -I hash)
-X Treat input data as HEX (shorthand for -I hex)
-w, --width <WIDTH> Field width [default: 17]
-h, --height <HEIGHT> Field height [default: 9]
-t, --top <TOP> Top frame text
-b, --bot <BOT> Bottom frame text
-h, --help Print help