rawiriblundell / sh_libpath

Making shell scripts more robust with libraries
Apache License 2.0
11 stars 2 forks source link

Consider adding '-salt' to ssl_encrypt.sh #9

Closed rawiriblundell closed 2 years ago

rawiriblundell commented 2 years ago

Without -salt, the same hash will be output for the same input

openssl enc -aes-256-cbc -salt -in "${_ssl_encrypt_in}" -out "${_ssl_encrypt_out}"