base32 Command Examples

Encode or decode file or stdin to/from Base32, to stdout. More information: https://manned.org/base32.

base32 {{path/to/file}}

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

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

{{command}} | base32

{{command}} | base32 {{-d|--decode}}