How can we encrypt the username and password using PHP?
Answer Posted / amit
using crypt()
Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
In php, objects are they passed by value or by reference?
What is difference between require_once(), require(), include()?
What is the content of /etc directory?
What is the functionality of the functions strstr() and stristr()?
What is the importance of parser in php?
Why overriding is called runtime polymorphism?
How do we get the current session id?
What does a special set of tags do in php?
Tell me what is the difference between ereg_replace() and eregi_replace()?
Tell me how do I check if a given variable is empty?
How to download and install php for windows?
What are the php variables?
How can you increase the maximum execution time of a script in php?
Explain scalar type declarations in php7?
What does php do?