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
Which array function checks if the particular key exists in the array?
Tell me how to find the position of the first occurrence of a substring in a string?
What are the new features available in php 7?
What does PEAR stands for?
How to call php function from javascript using ajax?
What is global array in php?
Does php 7 support mysql?
Explain me what is the use of 'print' in php?
How to register a variable in PHP session?
Why overriding is called runtime polymorphism?
What is the difference between single quoted string and double quoted string?
Does php use html?
How to initiate a session in php?
How we get ip address of client, previous reference page etc?
How to display your correct URL of the current web page?