Encrypted archive with openssl and tar

encrypt

 tar --create --file - --posix --gzip -- <dir> | openssl enc -e -aes256 -out <file>

decrypt

 openssl enc -d -aes256 -in <file> | tar --extract --file - --gzip
tar.txt · Last modified: 2012/12/01 17:59 by a
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready