How to use encrypt and password function on PHP/mySQL

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
crypdude
Forum Newbie
Posts: 18
Joined: Sun May 23, 2004 10:26 pm

How to use encrypt and password function on PHP/mySQL

Post 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..
Steveo31
Forum Contributor
Posts: 416
Joined: Sun Nov 23, 2003 9:05 pm
Location: San Jose CA

Post by Steveo31 »

You cant decrypt MD5, or MySQL's PASSWORD() function.
User avatar
crypdude
Forum Newbie
Posts: 18
Joined: Sun May 23, 2004 10:26 pm

Post by crypdude »

How to apply it in my PHP programming? Can u line up some coding for me pls!
Post Reply