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
Is it more secure to use cookies to trfer session ids?
Write down the code for save an uploaded file using php?
What is the use of array_count_values() in php?
Explain the difference between array_merge() and array_combine()?
Explain what is smarty?
Can you specify the "new line" character in single-quoted strings?
What is strlen php?
How to remove the new line character from the end of a text line?
What is the difference between mysqli_fetch_object() and mysqli_fetch_array()?
What is mod_php?
Why triggers are used in mysql?
Can a super () and this () keywords be in same constructor?
What are the advantages of php?
Explain setcookie() function in php?
How does php sessions work?