Home one-line-encrypt-decrypt-files
Post
Cancel

one-line-encrypt-decrypt-files

1
2
openssl enc -e -bf-cbc -in <FILE>.tar.gz -out <FILE>.tar.gz.enc
openssl enc -d -bf-cbc -in <FILE>.tar.gz.enc -out <FILE>.tar.gz
This post is licensed under CC BY 4.0 by the author.