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 polymorphism in php?
What are php functions?
What the use of var_dump()?
What are psrs?
How do I make a reset button in html?
Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
What is the delimiter default in PHP?
Can you convert php to html?
Tell me what is the use of explode() function?
What is global array in php?
How many records can be stored in mysql table?
What is difference between php and html?
What is the difference between runtime exception and compile time exception?
What is php? Why it is used?
Write the statements that are used to connect php with mysql