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 are the string functions in php?
What is the differences between $a != $B and $a !== $B?
Is php an object or array?
What is static variable in php?
What is input sanitization in php?
Tell me when a conditional statement is ended with an endif?
How many types of inheritances used in php and how we achieve it.
What does == mean in php?
How to get the directory name out of a file path name?
How do you measure variables?
What are PHP Magic Methods/Functions. List them.
What is namespace and use in php?
What is difference between Method overriding and overloading in PHP?
Does php support multithreading?
Does php support multiple inheritances?