Codifica e decodifica usando a representação Base64. Mais informações: https://keith.github.io/xcode-man-pages/base64.1.html.
base64 --input={{arquivo}}
base64 --decode --input={{arquivo_base64}}
stdin
:echo -n "{{texto}}" | base64
stdin
:echo -n {{texto_base64}} | base64 --decode