Re: Blowfish issues with somewhat big files

2010-07-28 Thread Kyle Hamilton
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

Blowfish issues with somewhat big files

2010-07-28 Thread Sergio Belkin
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.