How can we encrypt the username and password using PHP?
Answer Posted / susanta karmakar
By using base64_encode() we can encrypt the username and
password.
| Is This Answer Correct ? | 14 Yes | 5 No |
Post New Answer View All Answers
How to track no of user logged in?
What are soundex() and metaphone() functions in php?
How to submit form without a submit button.
Which will start a session?
How do I install php and apache on windows 10?
What are the features and advantages of object-oriented programming in php?
What is meant by PEAR in PHP?
What are hooks in php?
How to turn on the session support?
How the values are ordered in an array?
Explain the importance of the function htmlentities.
What is htmlspecialchars?
What is magic function in php?
What is mod_php?
How to get complete current page url in php?