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
How is csrf token generated?
What is php session_start() and session_destroy() function?
What is an anti csrf token?
How does the identity operator ===compare two values in PHP?
Tell us how can we display the output directly to the browser?
How to check a variable is array or not in php?
Tell me how can I display text with a php script?
What is binary safe string?
What is php artisan tinker?
How is it possible to know the number of rows returned in the result set?
Are php sessions secure?
What is scope of variable in php?
Tell me how to find the length of a string?
What are sql injections, how do you prevent them and what are the best practices?
How to use http headers inside php?