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 happens if an expected input field was not submitted?
What are different types of errors available in Php?
What is the difference between a session and cookies?
Explain how we can get the number of elements in an array?
What is a variable cost example?
Is runtime polymorphism overriding?
Is php easy language to learn?
Can you convert php to html?
What is the use of return in php?
What is the meaning of a persistent cookie?
What are the difference between abstract class and interface in oops?
Write a program to display reverse of any number?
What is Mcrypt used for?
What is memcache?
What is the correct line to use within the php.ini file, to specify that 128mb would be the maximum amount of memory that a script may use?