-
Website
http://classes.eclab.byu.edu/462/ -
Original page
http://classes.eclab.byu.edu/462/archives/2009/01/slight-change-t.shtml -
Subscribe
All Comments -
Community
-
Top Commenters
-
Phil Windley
1 comment · 3 points
-
-
Popular Threads
openssl aes-256-cbc -e -k mypassword -in package.tar.gz -out package.tar.gz.encrypted
Then, to decrypt:
openssl aes-256-cbc -d -k mypassword -in package.tar.gz.encrypted -out package.tar.gz
Just don't share your password with anyone ;)