i have saved the password in encrypted format in database.
now i want how to retrive the password in decrypted format.
Answer Posted / vipul dalwala
U r talikg abt MD5/Crypt encrytion. This encyption
techniques are one way. So u can not decrypt pssword using
PHP without any hacking technique :D
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is php resource type?
Is age interval or ordinal data?
Explain Booleans in PHP?
Explain what is the difference between session and cookie?
How do I stop php artisan serve in windows?
Do you know is it possible to extend the execution time of a php script?
How is traits used in php?
What is dao in php?
What is the use of header() function in PHP? What the Limitation of HEADER()?
How can we determine whether a php variable is an instantiated object of a certain class?
Is php 5 still supported?
What is isset in php?
Which function(s) in PHP computes the difference of arrays?
Which cryptographic extension provide generation and verification of digital signatures?
Why does php start with variables?