Re: Blowfish encrypt and decrypt

2006-08-24 Thread Andreas von Linden
Hello List, please forget this Mail. This is an old Mail and the problem is solved. I don't know why this Mail is again on the List. Andreas von Linden schrieb: Hello, i have a problem with the Blowfish algorithm. When i encrypt a long message i get the following error when i try to de

Blowfish encrypt and decrypt

2006-08-24 Thread Andreas von Linden
r *chipherbuffer = new char[strlen(message) * 2]; char* plainbuffer = new char[strlen(message) * 2]; mylen = blowencrypt(key, message, chipherbuffer); cout << chipherbuffer << endl; blowdecrypt(key, chipherbuffer, mylen, plainbuffer);

Problem with Blowfish decryption

2006-08-03 Thread Andreas von Linden
Hello, i have a problem with the Blowfish algorithm. When i encrypt a long message i get the following error when i try to decrypt the message: 4156:error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt:.\crypto\evp\evp_enc.c:454: The message length is form 10 to 450 (or more