📜  *** 警告:使用已弃用的密钥派生 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:31.585000             🧑  作者: Mango

代码示例1
# You write something as
openssl aes-256-cbc -salt -in $input -out $output
# Change your command to
openssl enc -aes-256-cbc -md sha512 -pbkdf2 -iter 100000 -salt -in $input -out $output