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