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
Tell me are parent constructors called implicitly inside a class constructor?
How to convert a string to lowercase in php?
Tell me what type of operation is needed when passing values through a form or an url?
What are php strings?
How to read a file in binary mode?
What is isset php?
What are the differences between echo and print?
Can we override magic methods in php?
Name and explain five of the PHP error constants?
Does php use html?
Does php need to be installed?
How to check curl is enabled or not in PHP
Is php class name case sensitive?
What are include() and require() functions?
Which function would you use to determine the length of a string in php?