openssl file encrypt

bitcoin-cli examples
This commit is contained in:
2021-01-06 17:19:27 +01:00
parent 9714421c1d
commit e5f7a15d74
2 changed files with 146 additions and 0 deletions

9
openssl-enc Normal file
View File

@ -0,0 +1,9 @@
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