PDA

View Full Version : md5 for SecurityAssist


pejmanfallahi244687
06-24-2009, 04:31 AM
hi ;
I have a user table and the password field encrypted in md5 (i have more than 500 registered user) , i have now SecurityAssist and i want to use it , the only problem is the decrypt and encrypt the password field, SecurityAssist use sha1 and it will be problem.
(PHP5-mysql)

any idea how to fix this problem?
thank you in advance.

Ray Borduin
06-24-2009, 08:11 AM
PHP has a built in md5 library you could use in place of the sha1... see:
http://www.php.net/md5