Answer1
You can encrypt a password with the following Mysql>SET PASSWORD=PASSWORD("Password");
Answer2
You can use the MySQL PASSWORD() function to encrypt username and password. For example,
INSERT into user (password, ...) VALUES (PASSWORD($password”)), ...);
Showing posts with label How can we encrypt the username and password using PHP?. Show all posts
Showing posts with label How can we encrypt the username and password using PHP?. Show all posts
Saturday, May 16, 2009
How can we encrypt the username and password using PHP?
Subscribe to:
Posts (Atom)