No description
Find a file
2023-04-14 23:35:39 +00:00
src invalid char detection 2023-04-14 19:18:50 -04:00
.gitignore init 2023-04-14 19:05:15 -04:00
Cargo.lock invalid char detection 2023-04-14 19:18:50 -04:00
Cargo.toml Add size optimizations, license, and readme 2023-04-14 19:33:36 -04:00
LICENSE Add size optimizations, license, and readme 2023-04-14 19:33:36 -04:00
README.md Update 'README.md' 2023-04-14 23:35:39 +00:00

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)