Skip to content

Instantly share code, notes, and snippets.

@Ph3nol
Created November 20, 2012 09:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ph3nol/4116870 to your computer and use it in GitHub Desktop.
Save Ph3nol/4116870 to your computer and use it in GitHub Desktop.
Shell Base64 generator
cat /path/to/my/image.jpg | openssl base64 | tr "\n" -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment