Encode or decode file or
stdin
to/from Base32, tostdout
. More information: https://www.gnu.org/software/coreutils/base32.
base32 path/to/file
0
disables wrapping):base32 --wrap 0|76|... path/to/file
base32 --decode path/to/file
stdin
:somecommand | base32
stdin
:somecommand | base32 --decode