Encode or decode file or
stdinusing a specified encoding, tostdout. More information: https://www.gnu.org/software/coreutils/manual/html_node/basenc-invocation.html.
basenc --base64 {{path/to/file}}
basenc {{[-d|--decode]}} --base64 {{path/to/file}}
stdin with base32 encoding with 42 columns:{{command}} | basenc --base32 {{[-w|--wrap]}} 42
stdin with base32 encoding:{{command}} | basenc --base32