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
What is difference between php and html?
What is the basic function to search files for lines (or other units of text) that contain a pattern.
How does php sessions work?
What is exception handling in php?
Explain briefly about a search-friendly site looks like?
What is the difference between html and php?
Can php run without server?
Is php still used?
How can I learn php fast?
How to check an element is exists in array or not in php?
What are default session time and path?
What is php programming used for?
Does php need to be installed?
What is difference between echo and print_r in php?
When should you use a stored procedure?