Horje
*** WARNING : deprecated key derivation used Code Example
*** WARNING : deprecated key derivation used
# 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




Shell

Related
Checking for an existing ssh key Code Example Checking for an existing ssh key Code Example
get users shell Code Example get users shell Code Example
bash find text in specific file Code Example bash find text in specific file Code Example
ssh pem Code Example ssh pem Code Example
give executable permission to a file Code Example give executable permission to a file Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11