I want to decrypt a file, I run:

openssl enc -d -aes128 -in encrypted.txt -out decrypted.txt 

It asked me this:

enter aes-128-cbc decryption password: 

Whatever I type, I get this: bad magic number I did not find an answer on this forum when I checked similar question. Please help me.

1

Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy