Encode or decode file or standard input to/from Base32, to standard output.
base32 {{filename}}
base32 -d {{filename}}
stdin
{{somecommand}} | base32
{{somecommand}} | base32 -d