openssl enc -e -bf-cbc -in <FILE.zip> -out <FILE.ENC>
openssl enc -d -bf-cbc -in <FILE.ENC> -out <FILE.zip>
No comments:
Post a Comment