basenc <FILE>
Encode/decode data and print to standard output
Arguments
Name | Description |
---|
FILE | File(s) to encode/decode |
Options
Name | Description |
---|
--help, -h | Display this help and exit |
--base64 | Same as 'base64' program (RFC4648 section 4) |
--base64url | File- and url-safe base64 (RFC4648 section 5) |
--base32 | Same as 'base32' program (RFC4648 section 6) |
--base32hex | Extended hex alphabet base32 (RFC4648 section 7) |
--base16 | Hex encoding (RFC4648 section 8) |
--base2msbf | Bit string with most significant bit (msb) first |
--base2lsbf | Bit string with least significant bit (lsb) first |
--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 |
--z85 | Ascii85-like encoding (ZeroMQ spec:32/Z85); when encoding, input length must be a multiple of 4; when decoding, input length must be a multiple of 5 |
--version | Output version information and exit |