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 final keyword in php?
What are php errors?
What is difference between action hook and filter hook?
What is form submission?
How to read the entire file into a single string?
How does the identity operator === compare two values?
Tell me what is pear?
How to generate a character from an ascii value?
What is data abstraction in php?
How to avoid the undefined index error?
How to change the principal password?
How you can update memcached when you make changes to php?
How to stop the execution of php script?
What is the purpose of basename() function in PHP?
What is php used for?