Skip to content

Instantly share code, notes, and snippets.

@psdtohtml5
Created August 21, 2013 05:55
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 psdtohtml5/6290771 to your computer and use it in GitHub Desktop.
Save psdtohtml5/6290771 to your computer and use it in GitHub Desktop.
OPENSSL : Base64 Encode
openssl base64 < path/to/file.png | tr -d '\n' | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment