How can we encrypt the username and password using PHP?
Answer Posted / naresh
AES.md5($username);
AES.shal($password);
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How to receive a cookie from the browser?
What is the main difference between asp net and php?
Explain the difference between session and cookies in php?
Which framework is best for php?
How to convert the first character to upper case?
What is rtrim php?
What do you use php for?
What are php expressions?
How should a model be structured in mvc?
Can we learn php without html?
What is the importance of "method" attribute in a html form?
What is difference between mysql_connect and mysqli_connect?
How many columns can be added in a table in mysql?
Is PHP runs on different platforms (Windows, Linux, Unix, etc.)?
What is the difference between implode() and explode() in php?