Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


i have saved the password in encrypted format in database.
now i want how to retrive the password in decrypted format.

Answers were Sorted based on User's Feedback



i have saved the password in encrypted format in database. now i want how to retrive the password i..

Answer / 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

i have saved the password in encrypted format in database. now i want how to retrive the password i..

Answer / 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

i have saved the password in encrypted format in database. now i want how to retrive the password i..

Answer / master

i agree with the above answers if ur using encryption for
mysql then its password() or md5() but these r one way
encryption , but
note: hacker have found a way to crack these encrption
also.

Is This Answer Correct ?    3 Yes 0 No

i have saved the password in encrypted format in database. now i want how to retrive the password i..

Answer / manoj patil

its depand on the type of encrption there are many format
avalable to encrypt but depand on u which type u use.

MD5 is not decryte.

Is This Answer Correct ?    2 Yes 0 No

i have saved the password in encrypted format in database. now i want how to retrive the password i..

Answer / ranjan goyal

I don't agree with any of the answers above.

In case, password has been encrypted using encode function
then that can be decrypted using decode function.

http://dev.mysql.com/doc/refman/5.0/en/encryption-functions.html

Is This Answer Correct ?    1 Yes 0 No

i have saved the password in encrypted format in database. now i want how to retrive the password i..

Answer / shivu nttf

It is better to ask who have written introduced encrytion
concept ok

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

How do I display php errors?

0 Answers  


How can we enable error reporting in php?

0 Answers  


What is call by reference in php?

0 Answers  


What does it mean when it says the csrf token is invalid?

0 Answers  


How can we find the number of rows in a result set using PHP?

2 Answers  


What is isset in php form?

0 Answers  


How are variables declared in php?

0 Answers  


Can we run php in apache tomcat?

0 Answers  


how can i find number of rows in a table using MS Access and php? i used odbc_num_rows($query); but it returned -1.

1 Answers  


What is xss and csrf?

0 Answers  


Can php run without server?

0 Answers  


What is the difference between $argv and $argc? Give example?

0 Answers  


Categories