Encodeer of decodeer een bestand of
stdin
door gebruik te maken van een specifieke encoding naarstdout
. Meer informatie: https://www.gnu.org/software/coreutils/manual/html_node/basenc-invocation.html.
basenc --base64 {{pad/naar/bestand}}
basenc --decode --base64 {{pad/naar/bestand}}
stdin
met base32 encoding met 42 kolommen:{{command}} | basenc --base32 -w42
stdin
met base32 encoding:{{command}} | basenc --base32