i have saved the password in encrypted format in database.
now i want how to retrive the password in decrypted format.
Answer Posted / master
i agree with the above answers if ur using encryption for
mysql then its password() or md5() but these r one way
encryption , but
note: hacker have found a way to crack these encrption
also.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain preg_Match and preg_replace?
How to remove a file?
What is the meaning of a final class and a final method?
How to create reusable code in php?
How can I embed a java program in php file and what changes have to be done in php.ini file?
What is input sanitization in php?
Tell me how can we define a variable accessible in functions of a php script?
Where is session id stored?
What is basename php?
How can we display information of a variable and readable by human with php?
How can you associate a variable with a session?
Can you use both this () and super () in a constructor?
What is mysql_real_escape_string used for?
What are the different types of array in php?
What is mvc in php?