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
How is php different from other languages?
Swap two variables value without using third variable in php ?
How check field is empty or not in php?
Do I need apache for php?
How can we access the data sent through the url with the post method?
What is the purpose of pear in php?
What is php session id?
Tell me what is the difference between unset() and unlink()?
What is 'float' property in css?
Does php support multiple inheritances?
What is sql injection in php?
Who is known as the father of php?
How to create a table using php?
How do you remove whitespace from the beginning and end of a $string variable?
How to copy a file?