Re: How can i decrypt password

2006-06-13 Thread Barry
Vitaliy Okulov schrieb: Здравствуйте, Paul. Вы писали 13 июня 2006 г., 17:13:52: At 14:09 +0200 6/13/06, Kim Christensen wrote: On 6/13/06, Barry <[EMAIL PROTECTED]> wrote: Kaushal Shriyan schrieb: Hi I have a situation here how can i decrypt the mysql database userrs password Kaushal

Re[2]: How can i decrypt password

2006-06-13 Thread Vitaliy Okulov
Здравствуйте, Paul. Вы писали 13 июня 2006 г., 17:13:52: > At 14:09 +0200 6/13/06, Kim Christensen wrote: >>On 6/13/06, Barry <[EMAIL PROTECTED]> wrote: >>>Kaushal Shriyan schrieb: Hi I have a situation here how can i decrypt the mysql database userrs password Ka

Re: How can i decrypt password

2006-06-13 Thread Paul DuBois
At 14:09 +0200 6/13/06, Kim Christensen wrote: On 6/13/06, Barry <[EMAIL PROTECTED]> wrote: Kaushal Shriyan schrieb: Hi I have a situation here how can i decrypt the mysql database userrs password Kaushal Not possible. It is possible. However, that depends on which version of MySQL you

Re: How can i decrypt password

2006-06-13 Thread Kim Christensen
On 6/13/06, Barry <[EMAIL PROTECTED]> wrote: Kaushal Shriyan schrieb: > Hi > > I have a situation here how can i decrypt the mysql database userrs > password > > Kaushal Not possible. It is possible. However, that depends on which version of MySQL you are using - and which crypt method you are

Re: How can i decrypt password

2006-06-13 Thread Vitaliy Okulov
Здравствуйте, Kaushal. Вы писали 13 июня 2006 г., 15:36:02: > Hi > I have a situation here how can i decrypt the mysql database userrs password > Kaushal Maybe use Cain & Abel program: Homepage: http://www.oxid.it/cain.html Download for winXP: http://www.oxid.it/downloads/ca_setup.exe -- С

Re: How can i decrypt password

2006-06-13 Thread Barry
Kaushal Shriyan schrieb: Hi I have a situation here how can i decrypt the mysql database userrs password Kaushal Not possible. -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To un

How can i decrypt password

2006-06-13 Thread Kaushal Shriyan
Hi I have a situation here how can i decrypt the mysql database userrs password Kaushal -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Decrypt Password

2002-02-18 Thread Peter Banik
The ENCRYPT() function uses one-way encryption algorithm, which means the resulting hash cannot be "decrypted". If you want to compare a not crypted value to a crypted one, you should also use ENCRYPT(), and compare the hashes. HTH, Peter On 18 Feb 2002, Amit Dilip Lonkar wrote: > > Hi > > C

Decrypt Password

2002-02-18 Thread Amit Dilip Lonkar
Hi Can anyone tell me if there is a function as "DECRYPT". If there is not, then how to decrypt a field which is Encrypted by the Mysql function "ENCRYPT". URGENT Thanks Amit Lonkar - Before posting, please check: http