Skip to content

Instantly share code, notes, and snippets.

@sandfox
Created May 29, 2019 09:00
Show Gist options
  • Save sandfox/5d687cea8f6be5e5c29027559f45165a to your computer and use it in GitHub Desktop.
Save sandfox/5d687cea8f6be5e5c29027559f45165a to your computer and use it in GitHub Desktop.
Base64 encode in the terminal (on OSX at least)
openssl base64 -e -A -in MY_FILE -out ANOTHER_FILE
openssl base64 -d -A -in ANOTHER_FILE -out MY_FILE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment