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
What is php pathinfo?
What is php written in?
What is difference between session_unset and session_destroy?
Does php support inheritance?
How can you get web browser’s details using PHP?
Explain me what is the use of header() function in php?
Is echo a function in php?
How can we define a variable accessible in functions of a php script?
What is session and Cokkies . How it works . tell some thing about Session_id()
Do you know what is the use of the function 'imagetypes()'?
What do you use php for?
Explain PHP?
How to convert strings in hex format?
What is properties of class?
What does it mean when it says the csrf token is invalid?