Skip to content

Instantly share code, notes, and snippets.

@dpogorzelski
Created October 15, 2013 12:46
Show Gist options
  • Save dpogorzelski/6991064 to your computer and use it in GitHub Desktop.
Save dpogorzelski/6991064 to your computer and use it in GitHub Desktop.
Client-side File Encryption: Decode
openssl enc -d -aes256 -a -in <encryptedfile> |base64 --decode > <outputfile>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment