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 t

Re: [PHP] decrypting values in MYSQL

2002-08-01 Thread 1LT John W. Holmes
John Holmes... - Original 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 creat

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 en

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. >Juli