Hello List,

I'm trying to decrypt a backup file, using
        openssl enc -d -aes-256-cbc -in etc.bz2.aes256 -out etc.tar.bz2 -pass
file:autobackup.aeskey
It returns
        bad decrypt
        34560:error:06065064:digital envelope
routines:EVP_DecryptFinal_ex:bad
decrypt:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/evp_enc.c:330:

I encrypted the file using
        openssl enc -aes-256-cbc -salt -in etc.bz2 -out etc.bz2.aes256 -pass
file:autobackup.aeskey

Now, I'm fairly certain that it's the same key but not 100%.
Is there some other reason the decrypt could fail?

Regards,
James
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to