basenc

version: 0.0.9
basenc [OPTIONS] [file]...

With no FILE, or when FILE is -, read standard input.

When decoding, the input may contain newlines in addition to the bytes of the formal alphabet. Use --ignore-garbage to attempt to recover from any other non-alphabet bytes in the encoded stream.

Options

--help, -h

Print help information

--version, -V

Print version information

--decode, -d

decode data

--ignore-garbage, -i

when decoding, ignore non-alphabetic characters

--wrap, -w

wrap encoded lines after COLS character (default 76, 0 to disable wrapping)

--base64
--base64url
--base32
--base32hex
--base16
--base2lsbf
--base2msbf
--z85
--base2l
--base2m