Answer Posted / nirmit
MD5() is a one way hash funtion. Its returns a hash but the
hash cannot return the original string. Instead, AES_CRYPT
(), BASE64_ENCODE() can be used for encryption.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what does the unset() function means?
Can the value of a constant change during the script's execution?
What is a php namespace?
Explain what does the unlink() function means?
What is the difference between htmlentities() and htmlspecialchars()?
Explain the value of the variable input is a string 1,2,3,4,5,6,7. How would you get the sum of the integers contained inside input?
What are the advantages of triggers in php?
Which is best framework for php?
What is user defined function in php?
what are interfaces and Abstart classes
What is difference between include and include_once in php?
How we get ip address of client, previous reference page etc?
What is php simple definition?
What type of operation is needed when passing values through a form or an url?
Is it possible to use com component in php?