How can we encrypt the username and password using PHP?
Answer Posted / master
best is to use md5() or sha1(). base64_encode is not
actually encoding used for username or password.
| Is This Answer Correct ? | 27 Yes | 0 No |
Post New Answer View All Answers
What is difference between mysql_connect and mysqli_connect?
How to include variables in double-quoted strings?
What is include in php?
How the result set of mysql be handled in php?
What are the variables in php?
What type of language is php?
How to convert strings to upper or lower cases?
Can we extend two classes in php?
Is laravel easy to learn?
Explain the visibility of the property or method?
Explain the difference b/w static and dynamic websites?
What is constructors and destructors?
What is T_PAAMAYIM_NEKUDOTAYIM?
Is laravel better than codeigniter?
Tell me what are the different types of errors in php?