Re: Crypto Blowfish in C++ Builder 5

2005-09-22 Thread Marco Roeland
On Thursday September 22nd 2005 Thomas Wieczorek wrote: > ... > > Is there any problem with the variable "ivec" or is the mistake somewhere > else? The initialisation pointer must point to the same character array (of 8 bytes for blowfish) for both encrypting and decrypting. In your case, by u

Crypto Blowfish in C++ Builder 5, sorry the last one was in HTML, this one is Text

2005-09-22 Thread Thomas Wieczorek
Hello, i want to implement the Blowfish encryption in a Borland C++ Builder project. But when i execute the function in different TForms, i get different encryptions, e.g. ín the first form i get password = "§" and in the other form i get password = "%" when i want to encrypt the same string.

Crypto Blowfish in C++ Builder 5

2005-09-22 Thread Thomas Wieczorek
Title: Nachricht Hello,   i want to implement the Blowfish encryption in a Borland C++ Builder project. But when i execute the function in different TForms, i get different encryptions, e.g. ín the first form i get password = "§" and in the other form i get password = "%" when i want to encr