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
Is java is better than php?
What is the difference between $var and $$var?
What do you mean by core php?
Which is better php or wordpress?
What is the use of inner join in mysql?
Is not null mysql?
How to remove html tags from data in php?
How to get number of elements in an array?
What are php magic quotes?
Explain the difference between php4 and php5.
Explain about looping in PHP?
What software is required for php?
Do loops php?
What is the difference between mysqli_fetch_object() and mysqli_fetch_array()?
How to set a value in session? How to remove data from a session?