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
What are the rules to declare a php variables?
How to execute an sql query?
What is the main function of php?
What are the ways to include file in php?
What does mysqli_query return?
What is the php function that removes the first element of the array and returns it?
What does php mean?
How many escape sequences are recognized in single-quoted strings?
How to change the principal password?
How does api connect to database?
Explain PHP?
List some of the features of php7.
What is variable function php?
What is the use of rand() in php?
Difference between get and post method.