How can we encrypt the username and password using PHP?
Answer Posted / susanta karmakar
By using base64_encode() we can encrypt the username and
password.
| Is This Answer Correct ? | 14 Yes | 5 No |
Post New Answer View All Answers
What are computer variables?
is that "enumerated array" equal to "numeric array"?
What are php expressions?
How to create a directory?
Explain converting an object?
What is isset in php form?
What is super keyword in php?
How does php session work?
Do you know what is the difference between the include() and require() functions?
How can we check the value of a given variable is a number?
Difference between $message vs. $$Message in php.
Tell me will a comparison of an integer 12 and a string "13" work in php?
How to reset/destroy a cookie in php?
Does php support polymorphism?
How do I check if a given variable is empty?