How can we encrypt the username and password using PHP?
Answer Posted / master
best is to use md5() or sha1(). base64_encode is not
actually encoding used for username or password.
| Is This Answer Correct ? | 27 Yes | 0 No |
Post New Answer View All Answers
What is laravel php?
Write a program to display a table of any given number?
How can I make a script that can be bilingual (supports english, german)?
How to calculate the length of a string?
What is inheritance in php with example?
Does wordpress still use php?
How to access a Static Member of a Class in PHP?
Explain type casting and type juggling.
List data types in PHP?
How to turn on the session support in php?
Tell me what are the __construct() and __destruct() methods in a php class?
What are some new features introduced in php7?
What are the advantages of stored procedures in php?
What are escaping characters?
Who is the father of php and what is the current version of php and mysql?