I want to decrypt a file, I run:
openssl enc -d -aes128 -in encrypted.txt -out decrypted.txtIt asked me this:
enter aes-128-cbc decryption password:Whatever I type, I get this: bad magic numberI did not find an answer on this forum when I checked similar question. Please help me.