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 the use of "ksort" in php?
What is a php session?
How does php isset work?
What is composer phar?
What is a PHP Filter?
How many columns can be added in a table in mysql?
What are different types of errors available in Php?
Tell me how a constant is defined in a php script?
What's the difference between using mysql_ functions and pdo?
Explain about the data types in PHP?
Which is not a file-related function in php?
Can a trait extend a class php?
How to check a variable is array or not in php?
Where to put php files in apache server?
How to repeat a string to a specific number of times in php?