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
What is session cookies php?
Is php a dying language?
Explain what is the main difference between require() and require_once()?
How to pass variables and data from php to javascript?
What is form validation in php?
Who is the father of php and what is the current version of php and mysql?
What is substr() in php? And how it is used?
How do you pass a variable by value in php?
Tell me how is the ternary conditional operator used in php?
What does type casting mean in php? Explain with an example?
How to check an key is exists in array?
Is it possible to protect special characters in a query string?
What does php mean?
What is move_uploaded_file in php?
Explain me soundex() and metaphone()?