How can we encrypt the username and password using PHP?
Answer Posted / vikash
md5() is the best method for encrypting the username and
password.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is difference between compile time and run time polymorphism?
What is the difference between $name and $$name?
What are php magic methods/functions?
What are the differences between GET and POST methods?
What is the meaning of php?
What is the difference between exception::getmessage and exception::getline?
How to convert numbers to strings in php?
What is a php tag?
Differentiate between require and include?
Tell me what library is used for pdf in php?
Which operator is used to concatenate two strings in PHP?
Explain the advantages of using PHP?
What are php string functions?
What is variable give example?
Explain what is the difference between $var and $$var?