i have saved the password in encrypted format in database.
now i want how to retrive the password in decrypted format.
Answer Posted / ranjan goyal
I don't agree with any of the answers above.
In case, password has been encrypted using encode function
then that can be decrypted using decode function.
http://dev.mysql.com/doc/refman/5.0/en/encryption-functions.html
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain PHP?
What is difference between strstr() and stristr()?
What is varchar mysql?
How cookies are trported from browsers to servers?
What is difference between get and post?
How many columns can be added in a table in mysql?
What language is php written in?
What is the difference between characters 34 and x34?
How is session data stored?
What is serialization in php?
Which function would you use to read a line of data from a file in php?
What is difference between session_unset and session_destroy?
Tell me what does pear stands for?
How to create a table using php?
How can we determine whether a variable is set?