WWhat is the functionality of md5 function in PHP?
Answer Posted / lakum
md5 means Messagedigest5 is an algorithem
converst the plain text to hipher text
mainly used in store the user passwords in database
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
What are the difference between echo and print?
How can I make a script that can be bilingual (supports english, german)?
Suppose your zend engine supports the mode Then how can you configure your php zend engine to support Mode ?
Is c similar to php?
What is the purpose of the following files having extensions: frm, myd, and myi? What these files contain?
How do I find out the number of parameters passed into function9?
What is input sanitization in php?
What are the difference between array_keys() and array_key_exists() in php?
What is difference between required and include in php?
What does the unset() function mean?
Explain the ternary conditional operator in php?
What are some of the advanced features of php?
What are super global variables in php?
How can you pass a variable by reference?
Tell me whether it is possible to share a single instance of a memcache between multiple php projects?