Skip to content

[Use case] Pull, Decrypt and Untar on the fly

Emmanuel Odeke edited this page Oct 13, 2015 · 1 revision
$ drive pull --piped encryptedTar | openssl enc -aes-256-cbc -d -kfile passphraseFile.txt -salt | tar xvz
Clone this wiki locally