Skip to content

Instantly share code, notes, and snippets.

@florianpasteur
Created July 5, 2022 12:16
File to base64 string CLI

File to base64 string CLI on MacOsx and Linux

openssl base64 -in IN_FILE -out OUT_FILE -A

-A: to inline the result in the outfile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment