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
Do csrf tokens expire?
Where is session value stored?
What does $_env means?
Can you specify the "new line" character in single-quoted strings?
Which function would you use to replace a record in a database in php?
In php, how to redirect from one page to another page?
What is the difference between echo print and print_r in php?
Suppose your zend engine supports the mode ?> Then how can you configure your php zend engine to support Mode ?
Tell me how do I check if a given variable is empty?
How do http requests work?
Explain why would we use === instead of ==?
What is difference between put and post method in http?
Where is session id stored?
How to write php function in html onclick?
What is csrf verification?