Re: Decrypt MYSQL Password

2002-11-13 Thread Gelu Gogancea
[EMAIL PROTECTED] - Original Message - From: "Merlin, The Mage" <[EMAIL PROTECTED]> To: "Ben C." <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, November 13, 2002 7:53 PM Subject: Re: Decrypt MYSQL Password

AW: Decrypt MYSQL Password

2002-11-13 Thread hans huber
w password and reset the flag to false. Regards Hans -Ursprüngliche Nachricht- Von: Ben C. [mailto:benc@;cox.net] Gesendet: Mittwoch, 13. November 2002 18:27 An: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Betreff: Re: Decrypt MYSQL Password I am a little new to MySQL and PHP. How do I

Re: Decrypt MYSQL Password

2002-11-13 Thread Paul DuBois
At 23:27 -0800 11/12/02, Ben C. wrote: I am using the MySQL password() function for the my passwords on the user names. How do I decrypt the password in PHP to send it in an e-mail. I am making a forgot your password page and want to have the user enter their e-mail and have the password sent to

Re: Decrypt MYSQL Password

2002-11-13 Thread Ben C .
04:20:20 EST > To: "Ben C." <[EMAIL PROTECTED]> > CC: [EMAIL PROTECTED] > Subject: Re: Decrypt MYSQL Password > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi Ben, > > From the MySQL man online @ > http://www.mysql.com/doc/e

Re: Decrypt MYSQL Password

2002-11-13 Thread Michael T. Babcock
Ben C. wrote: I am using the MySQL password() function for the my passwords on the user names. How do I decrypt the password in PHP to send it in an e-mail. I am Short answer: You don't. Long answer: search the archives for this mailing list; it was asked about a week ago and I gave a long

AW: Decrypt MYSQL Password

2002-11-13 Thread Moestl, Wolfgang
time as clear-text at the user's property. Regards, Wolf -Originalnachricht- Von: Ben C. An: [EMAIL PROTECTED] Gesendet: 13.11.2002 08:27 Betreff: Decrypt MYSQL Password I am using the MySQL password() function for the my passwords on the user names. How do I decrypt the passwo

Re: Decrypt MYSQL Password

2002-11-13 Thread Merlin, The Mage
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Ben, From the MySQL man online @ http://www.mysql.com/doc/en/Miscellaneous_functions.html#IDX1330 : PASSWORD() encryption is non-reversible. To create a forgot your password page, the best method is to generate a net password a

Decrypt MYSQL Password

2002-11-12 Thread Ben C.
I am using the MySQL password() function for the my passwords on the user names. How do I decrypt the password in PHP to send it in an e-mail. I am making a forgot your password page and want to have the user enter their e-mail and have the password sent to them. Please help! --