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 does mvc stand for and what does each component do?
What is ci framework in php?
How to get the IP address of the client/user in PHP?
What is php limit?
Can I use php in html?
What is strcmp?
What advance thing in php7?
What is api example?
How do I check if a given variable is empty?
How to test if a variable is an array?
List some of the features of php7.
How can php and javascript interact?
What is meant by urlencode and urldecode?
Explain what does $_server means?
How to check an key is exists in array?