Created
February 24, 2015 14:43
-
-
Save sthorne/d66c3f35fb65198af165 to your computer and use it in GitHub Desktop.
Shell Encrypt / Decrypt a File
This file contains hidden or 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 -aes-256-cbc -salt -in ugh.txt -out ugh.out | |
openssl enc -d -aes-256-cbc -in ugh.out |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment