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 can you increase the maximum execution time of a script in php?
Can I run php without xampp?
How can php and javascript interact?
What is the difference between echo print and print_r in php?
How to remove all duplicate values in array in php?
What is php beginner?
How do you clear environment variables?
What is cookie?
What is php and its features?
What is meant by urlencode and urldecode?
Explain what is the use of "echo" in php?
What is delimiter php?
What are the benefits of using php and mysql?
What is the difference between print() and echo()?
What is the use of imagetypes() method?