Skip to content

Instantly share code, notes, and snippets.

@sthorne
Created February 24, 2015 14:43
Show Gist options
  • Save sthorne/d66c3f35fb65198af165 to your computer and use it in GitHub Desktop.
Save sthorne/d66c3f35fb65198af165 to your computer and use it in GitHub Desktop.
Shell Encrypt / Decrypt a File
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