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 an anti csrf token?
What is the Default syntax used in PHP?
how to open & closing opening period in fico
How we can get the number of elements in an array?
What is the difference between Split and Explode in PHP?
Tell me what are sql injections, how do you prevent them and what are the best practices?
What does $globals means?
What is the use of magic function in php?
What does $_ post mean in php?
How do I clear my browser session?
Write a query to find the 2nd highest salary of an employee from the employee table?
What does $_cookie means?
What type of errors can be occurred in php?
Write a program to get lcm of two numbers using php?
What is the difference between Session and Cookie?