Encrypt Tar Archive

Encrypt

user $ openssl des3 -salt -in unencrypted-data.tar -out encrypted-data.tar.des3

Decrypt

user $ openssl des3 -d -salt -in encrypted-data.tar.des3 -out unencrypted-data.tar
page_revision: 0, last_edited: 1251839528|%e %b %Y, %H:%M %Z (%O ago)
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License