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 Input file -s, --stdin Use stdin as input, shorthand for `-i -` --chars Custom char list: '[bg][char]...[start][end]' -I 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 Field width [default: 17] -h, --height Field height [default: 9] -t, --top Top frame text -b, --bot Bottom frame text -h, --help Print help