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
Which function is used to read a single character from a file in PHP.
How do you sort an array in php?
Write a select query that will be displayed the duplicated site name and how many times it is duplicated?
How to read a file in binary mode?
What are the different data types in javascript?
What is ci framework in php?
What is the default session time in php?
Can you define an argument as a reference type?
How to find the position of the first occurrence of a substring in a string?
How to reset/destroy a cookie?
What is user defined function in php?
How failures in execution are handled with include() and require() functions?
How is a session id generated?
What does sign mean php?
How can you create a session in php?