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
Is php pass by reference or value?
What is echo in html?
What is helper library?
Do you know is it possible to extend the execution time of a php script?
What is namespace in php?
How to remove leading and trailing spaces from user input values?
What are the 5 types of data?
What is difference between session_unset and session_destroy?
What is meant by MIME?
Can we embedded directly PHP code into XHTML document? State Whether True or False?
What is lazy loading in php?
Steps for the payment gateway processing?
Can I use php in html?
How does firefox manage cookies?
What is the use of Php variables?