base32 <FILE>

Base32 encode/decode data and print to standard output

Arguments

NameDescription
FILEFile to base32 encode/decode

Options

NameDescription
--help, -hDisplay this help and exit
--decode, -dDecode data
--ignore-garbage, -iWhen decoding, ignore non-alphabet characters
--wrap, -w <COLS>Wrap encoded lines after COLS character (default 76). Use 0 to disable line wrapping
--versionOutput version information and exit