Page 1 of 1

How to use encrypt and password function on PHP/mySQL

Posted: Sun May 23, 2004 10:26 pm
by crypdude
When using PHP and mySQL, i got stuck when want to change the password data to password or encrypt type for avoiding other people to see it. I know to change it manually, if i insert the data manually, then for password just change it function. Then, when I want to set it in PHP, i got this problem..sssss..can i get some favour!


p/s - my english is so bad, if not understand..just comment me k..

Posted: Sun May 23, 2004 11:21 pm
by Steveo31
You cant decrypt MD5, or MySQL's PASSWORD() function.

Posted: Mon May 24, 2004 10:04 pm
by crypdude
How to apply it in my PHP programming? Can u line up some coding for me pls!