PROJET AUTOBLOG


shaarli-Links

Site original : shaarli-Links

⇐ retour index

encryption - OpenSSL 1.1.1b warning: Using -iter or -pbkdf2 would be better while decrypting a file encrypted using OpenSSL 1.1.0g - Unix & Linux Stack Exchange

jeudi 25 mars 2021 à 09:26
echo "hello world" > plop.txt
openssl aes-256-cbc -md sha512 -pbkdf2 -iter 100000 -salt -in plop.txt -out message.enc
openssl aes-256-cbc -md sha512 -pbkdf2 -iter 100000 -salt -d -in message.enc -out plain-text.txt

Permalink