Created
October 15, 2013 12:46
-
-
Save dpogorzelski/6991064 to your computer and use it in GitHub Desktop.
Client-side File Encryption: Decode
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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