php-general | 2001032
Date: 03/22/01
- Next message: Joe Brown: "Re: [PHP] ODBC & Oracle"
- Previous message: ..s.c.o.t.t.. [gts]: "RE: [PHP] I need an authentication method that is good... any Ideas? - please help"
- Next in thread: ..s.c.o.t.t.. [gts]: "RE: [PHP] Encryption Problem"
- Reply: ..s.c.o.t.t.. [gts]: "RE: [PHP] Encryption Problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ok, so i have want to encrypt my user password in the mySQL Database and well that is not working but in addition to that when the user logges into the system i have to encrypt their password and compare the two encrypted passwords to see if they match. this is where my problem starts. I get the same error for both the registration process where the password is encrypted to be placed into the database and when the use logs in and the password is encrypted to be compared.
The web browser errors to "Page cannot bbe displayed (IE)" and only when the line below is commented out does it work fine.
HELP!!!! Project was due last week so i am pressed for time
$txtPass = mcrypt_ecb(MCRYPT_BLOWFISH, $key, $txtPass, MCRYPT_ENCRYPT);
Get 250 color business cards for FREE! at Lycos Mail
http://mail.lycos.com/freemail/vistaprint_index.html
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Joe Brown: "Re: [PHP] ODBC & Oracle"
- Previous message: ..s.c.o.t.t.. [gts]: "RE: [PHP] I need an authentication method that is good... any Ideas? - please help"
- Next in thread: ..s.c.o.t.t.. [gts]: "RE: [PHP] Encryption Problem"
- Reply: ..s.c.o.t.t.. [gts]: "RE: [PHP] Encryption Problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

