Decrypt AES-256 file openssl

Decrypt a file encrypted with the enc command above

openssl enc -d -aes-256-cbc -pbkdf2 -in secret.enc -out secret.txt
more openssl all 27 commands →