base32 Command Examples

Encode or decode file or stdin to/from Base32, to stdout. More information: https://www.gnu.org/software/coreutils/base32.

base32 {{path/to/file}}

base32 --wrap {{0|76|...}} {{path/to/file}}

base32 --decode {{path/to/file}}

{{somecommand}} | base32

{{somecommand}} | base32 --decode