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 $this in php?
Is php better than java?
What is list in PHP?
How does the identity operator === compare two values?
How does html form submit work?
How can we display information of a variable and readable by a human with php?
What is the difference between for and foreach in php?
What is php written in?
How to delete file in php?
How to create a session? How to set a value in session? How to remove data from a session?
How do you use end in python?
What are the rules for naming a php variable?
Is php faster than nodejs?
Tell me what is the main difference between php 4 and php 5?
What are sql injections, how do you prevent them and what are the best practices?