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
Do you know what is the differences between $a != $B and $a !== $B?
How the values are ordered in an array?
How do you access a get requests url parameter with php?
How is session id stored in browser?
Explain php explode() function.
What is good average session duration?
How are cookies created?
What are the characteristics of php variables?
What type of headers have to be added in the mail function to attach a file?
Tell me what does the initials of php stand for?
What is singleton class in php?
How does php and apache work?
What are magic constants in php?
How to convert numbers to strings in php?
What is alias in php?