MySQL actually has an MD5() function: mysql> select MD5('password'); +----------------------------------+ | MD5('password') | +----------------------------------+ | 5f4dcc3b5aa765d61d8327deb882cf99 | +----------------------------------+ 1 row in set (0.18 sec)
Partha -- Partha Dutta, Senior Consultant MySQL Inc, NY, USA, www.mysql.com Are you MySQL certified? www.mysql.com/certification > -----Original Message----- > From: C.F. Scheidecker Antunes [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 11, 2005 7:21 PM > To: mysql@lists.mysql.com > Subject: Storing manually diggested Passwords with MD5 > > Hello all, > > Is there any function that I could use on a SQL statement to store a > password on a table manually using an algorithm like MD5? > > Thanks, > > C.F. > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED] -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]