You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
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
|
|
|