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 sma
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.