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
How to select a database in php?
What is difference between count or sizeof function in php?
What is difference between Method overriding and overloading in PHP?
What is final class and final method in php?
How can we destroy the cookie in php?
How to remove duplicate values from array using php?
What is php session id?
What is mysql_fetch_object?
"mysql_fetch_row — Get a result row as an enumerated array",this sentence comes from the PHP offical manual.However ,i can not understand the words "enumerated array".I need some help.Thanks a lot to everyone that reply.
What is the use of nl2br() in php?
Difference between mysql_connect and mysql_pconnect?
Does php need html?
What is the string concatenation operator in php?
How to access a global variable inside a function?
Which variable declarations within a class is invalid in php?