Re: encrypt password

2002-03-03 Thread Carsten Gehling
ten - Original Message - From: "Al Caponi" <[EMAIL PROTECTED]> To: "mysql" <[EMAIL PROTECTED]> Sent: Monday, March 04, 2002 7:18 AM Subject: RE: encrypt password > http://www.mysql.com/doc/M/i/Miscellaneous_functions.html > > Using the PASSWORD funct

RE: encrypt password

2002-03-03 Thread Al Caponi
http://www.mysql.com/doc/M/i/Miscellaneous_functions.html Using the PASSWORD function is an irreversible process. Check the above link. A work around is you always deal with the encrypted password on the server side. E.g. When the user will login you encrypt the submitted password and do a SELEC