===== Encrypted archive with openssl and tar ===== **encrypt** tar --create --file - --posix --gzip -- | openssl enc -e -aes256 -out **decrypt** openssl enc -d -aes256 -in | tar --extract --file - --gzip