i have saved the password in encrypted format in database.
now i want how to retrive the password in decrypted format.
Answer Posted / gaurav
MD5 is very hard to crack. There is no way through which
digested text can be converted to plain text. So, for
cracking the usual approach is to guess the plain text make
a digest and then compare it with given digest.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How does csrf attack work?
Explain me what is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
Explain the difference between mysql_connect and mysql_pconnect?
What are hooks in php?
What are the advantages of oops in php?
How to access a Static Member of a Class in PHP?
Write a program to display reverse of any number?
What is phpsessid?
What is different between software and app
How to remove leading and trailing spaces from user input values?
When to use single quotes, double quotes, and backticks?
What is csrf token and why it is required?
What is json php?
How is session id stored in browser?
How are php sessions stored?