[PHP] decrypting values in MYSQL

2002-08-01 Thread Michael P. Carel
Hi to all, How could i decrypt the encrypted data in MYSQL? I've inserted values in mysql using the PASSWORD( $userpassword ) function to encrypt all user password. Example: Insert into Users_Table set Password_Field=PASSWORD('$userpassword'); But i don't know how to select to view the

Re: [PHP] decrypting values in MYSQL

2002-08-01 Thread Michael P. Carel
so you mean there's no way to decrypt that. I wan't to create a Password Reminder to my script, that would email them their password if ever they forgot it. Is there any suggestion/comments? You can't view it anymore. You can compare a string with PASSWORD('string') to see if they match. Julio

Re: [PHP] decrypting values in MYSQL

2002-08-01 Thread Justin French
on 02/08/02 11:44 AM, Michael P. Carel ([EMAIL PROTECTED]) wrote: so you mean there's no way to decrypt that. I wan't to create a Password Reminder to my script, that would email them their password if ever they forgot it. Is there any suggestion/comments? You can't! If you choose to

Re: [PHP] decrypting values in MYSQL

2002-08-01 Thread 1LT John W. Holmes
Message - From: Michael P. Carel [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 01, 2002 9:44 PM Subject: Re: [PHP] decrypting values in MYSQL so you mean there's no way to decrypt that. I wan't to create a Password Reminder to my script, that would email them their password

Re: [PHP] decrypting values in MYSQL

2002-08-01 Thread Glenn Sieb
At 09:44 AM 8/2/2002 +0800, Michael P. Carel posted the following... so you mean there's no way to decrypt that. I wan't to create a Password Reminder to my script, that would email them their password if ever they forgot it. Is there any suggestion/comments? You can, instead, have it email to