WWhat is the functionality of md5 function in PHP?
Answer Posted / diwakar tiwari
md5 is one encryption algorithm. for using this function we
can store password in database. After using this function ,
we can not decrypt password. it convert plain text into 32-
character hexadecimal number.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is traits? How it is used in php?
What are the different types of php variables?
What is a path Traversal?
How would you declare a function that receives one parameter name hello?
What is a php certification?
Explain the purpose of output buffering in php.
What is array filter in php?
What is session cookies php?
Tell me what are sql injections, how do you prevent them and what are the best practices?
How to redirect https to http url and vice versa in .htaccess?
What are the benefits of using php?
How to access a specific character in a string using php?
What is meant by PEAR in PHP?
How to convert the first character to upper case?
Explain me is multiple inheritance supported in php?