How can we encrypt the username and password using PHP?
Answer Posted / m.mudassar
Using md5(); to encrypts password to make it more secure
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is basic php?
Does php need to be installed?
What are the features of php?
Tell me how do you define a constant?
What are the different ways to login to a remote server? Explain the me, advantages and disadvantages?
What is the purpose of $_ session?
What is the difference between the functions strstr() and stristr()?
Explain mixed and callback functions?
What is serialization in php?
Explain soundex() and metaphone().
What are some of the advanced features of php?
Explain me what is the w3c?
What is the correct and the most two common way to start and finish a php block of code?
Explain the difference between mysql_connect and mysql_pconnect?
Explain which cryptographic extension provide generation and verification of digital signatures?