On 7/28/10 10:50 AM, Sergio Belkin wrote:
> Hi,
>
> I've encrypted some database dumps with
>
> openssl bf -d -in $1 -out $FILE -k $KEY
>
> bad decrypt
> 14142:error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad
> decrypt:evp_enc.c:325:
>
> The weird thing is if I do the same with smaller files it can decrypt
> with no problem. I use openssl-0.9.8e-12.el5 on Centos 5.4.
>
> Please could you tell me what I am doing wrong?
>
> Thanks in advance!
You're expecting that the RAM of your system, or the storage system of
your computer, have no corruption.

You haven't told us the sizes of the files in specific; it could be a
largefile issue or something else.

-Kyle H

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to