Re: mysql password encryption

2003-01-23 Thread Joachim Zobel
On Wed, 2003-01-22 at 16:29, Martin Moss wrote: > I wish to let a user use the same password for them to authenticate to a > multitude of mysql Databases AND to authenticate themselves on my modperl > site. > the problem I have is that I store the password in the database as a > Password field. How

Re: mysql password encryption

2003-01-23 Thread Martin Moss
- From: "Joe Palladino" <[EMAIL PROTECTED]> To: "Cees Hek" <[EMAIL PROTECTED]>; "Martin Moss" <[EMAIL PROTECTED]> Cc: "Modperl" <[EMAIL PROTECTED]> Sent: Thursday, January 23, 2003 3:44 PM Subject: RE: mysql password encryption >

RE: mysql password encryption

2003-01-23 Thread Joe Palladino
ubject: Re: mysql password encryption Quoting Martin Moss <[EMAIL PROTECTED]>: > All, > > I wish to let a user use the same password for them to authenticate to a > multitude of mysql Databases AND to authenticate themselves on my modperl > site. > the problem I have is that I

Re: mysql password encryption

2003-01-22 Thread Cees Hek
Quoting Martin Moss <[EMAIL PROTECTED]>: > All, > > I wish to let a user use the same password for them to authenticate to a > multitude of mysql Databases AND to authenticate themselves on my modperl > site. > the problem I have is that I store the password in the database as a > Password field.

Re: mysql password encryption

2003-01-22 Thread Perrin Harkins
Martin Moss wrote: the problem I have is that I store the password in the database as a Password field. However when I wish to use DBI to connect to another mysql database I cannot use the Password stored in the database as it comes out encrypted. I really don't want to store the unencrypted pass