base32 <FILE>
Base32 encode/decode data and print to standard output
Arguments
Name | Description |
---|---|
FILE | File to base32 encode/decode |
Options
Name | Description |
---|---|
--help, -h | Display this help and exit |
--decode, -d | Decode data |
--ignore-garbage, -i | When decoding, ignore non-alphabet characters |
--wrap, -w <COLS> | Wrap encoded lines after COLS character (default 76). Use 0 to disable line wrapping |
--version | Output version information and exit |