Re: Encrpt/Decrypt

2002-04-17 Thread Jan-Michael Ong
e connection, or even between processes on a > potentially unsecure machine. This means using, for example, the MD5() > function in PHP... > > > -Original Message- > > From: Matthew Smith [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, April 18, 2002 1:51

RE: Encrpt/Decrypt

2002-04-17 Thread Gregory Junker
ilto:[EMAIL PROTECTED]] > Sent: Thursday, April 18, 2002 1:51 AM > To: mysql > Subject: Re: Encrpt/Decrypt > > > > > Manish Mehta wrote: > > > Hi > > > > I can Encrypt password in mysql using password() command. > what is the way > > t

Re: Encrpt/Decrypt

2002-04-17 Thread Matthew Smith
Manish Mehta wrote: > Hi > > I can Encrypt password in mysql using password() command. what is the way > to decrypt the password. > > Manish > Hi Manish / All Somebody correct me if I'm wrong, but I think that what happens is what's called one-way encryption. This is how stuff is don

Re: Encrpt/Decrypt

2002-04-17 Thread Terrence W. Zellers
On Thu, 18 Apr 2002, Manish Mehta wrote: > Hi > > I can Encrypt password in mysql using password() command. what is the way > to decrypt the password. Like most other password functions you'll find in the unix world mysql's password function doesn't 'encrypt' a string, it generates a

Encrpt/Decrypt

2002-04-17 Thread Manish Mehta
Hi I can Encrypt password in mysql using password() command. what is the way to decrypt the password. Manish - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/