Skip to content

Instantly share code, notes, and snippets.

@florianpasteur
Created July 5, 2022 12:16
Show Gist options
  • Save florianpasteur/b5c1e72a1d023d7dbf9cb35c60f1c076 to your computer and use it in GitHub Desktop.
Save florianpasteur/b5c1e72a1d023d7dbf9cb35c60f1c076 to your computer and use it in GitHub Desktop.
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