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 me what is the importance of "method" attribute in a html form?
Define about declare construct?
What is htaccess in php?
What type of errors can be occurred in php?
Is php front end or back end?
Tell me how do you execute a php script from the command line?
What is cookie and why do we use it?
What is difference between static and constant in php?
What is the correct line to use within the php.ini file, to specify that 128mb would be the maximum amount of memory that a script may use?
Tell me how can I display text with a php script?
how retrive the video file in php using video tag
What happens if an expected input field was not submitted?
Do you know what is the differences between $a != $B and $a !== $B?
What is difference between strstr() and stristr()?
How can we display information of a variable and readable by human with php?