docs/openssl-enc
2021-01-06 17:19:27 +01:00

10 lines
156 B
Plaintext

encrypt file:
$ openssl aes-256-cbc -a -salt -in hoi.test -out hoi.test.enc
decrypt file:
openssl aes-256-cbc -d -a -in hoi.test.enc -out hoi.test.new