philburnett
The blog of PHP Developer
Phil Burnett
Wednesday, 2 February 2011
Encrypt tar files during the tar - Ubuntu Forums
[ubuntu] Encrypt tar files during the tar - Ubuntu Forums
: "encrypt:
tar -c directory | openssl des3 -salt > encrypted.tarfile
decrypt:
cat encrypted.tarfile | openssl des3 -d -salt |tar -xv"
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment