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
What is crypt () in php?
Tell me what should we do to be able to export data into an excel file?
What are different types of Print Functions available in PHP?
What are the advantages and disadvantages of cascade style sheets?
Is php procedural or oop?
What is implode() in php?
What are the disadvantages of php?
What is the correct syntax of mail() function in php?
Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?
What is difference between core php and framework?
What is varchar mysql?
What is difference between print and echo in php?
How to stop the execution of php script?
Explain what is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
How do I use isdigit function?