No description
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
base16
A commandline tool for encoding and decoding things in base 16 / hexidecimal format.
Usage
Mostly matches the syntax of the BSD base64 utility.
Usage: base16 [-hVd] [-b num] [-i in_file] [-o out_file]
-h, --help display this message
-V, --version disable tool version
-d, --decode decodes input
-b, --break break encoded string into num character lines
-i, --input input file (default: "-" for stdin)
-o, --output output file (default: "-" for stdout)