Your Ad Here
0

How can we encrypt the username and password using PHP?

Posted by The Blogger on 12:07 PM in
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”)), …);

tags: php interview questions and answers, php interview question How can we encrypt the username and password using PHP, How can we encrypt the username and password using PHP, encrypt username and password using php, username, password, php, encrypt

0 Comments

Post a Comment

Your Ad Here

Copyright © 2009 Interview Questions and Answers