RE: Encrypting password fields

2004-12-07 Thread Tom Molesworth
Chris Kavanagh wrote on Tuesday, December 07, 2004 3:36 PM: > I need to store passwords in my database, and I understand it's bad > form to store them anywhere in a readable format (I remember reading > once that if you call a company and ask for your password, > and they

Encrypting password fields

2004-12-07 Thread Chris Kavanagh
Hola list, Many thanks to all those who helped with my question about the schema. Your kindness is sincerely appreciated. I need to store passwords in my database, and I understand it's bad form to store them anywhere in a readable format (I remember reading once that if you call a company and

RE: encrypting password fields

2002-07-07 Thread Ki Mien
- From: "MikeParton" <[EMAIL PROTECTED]> Sent: Sunday, July 07, 2002 3:43 AM To: "MikeParton" <[EMAIL PROTECTED]>, "Ki Mien" <[EMAIL PROTECTED]>, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Subject:Re: encrypting password field

Re: encrypting password fields

2002-07-06 Thread MikeParton
> From: "Ki Mien" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, July 06, 2002 4:16 AM > Subject: encrypting password fields > > > Hi mySql gurus, > > I have a table that contains my customers username and password. I would > like to k

Re: encrypting password fields

2002-07-06 Thread MikeParton
ent: Saturday, July 06, 2002 4:16 AM Subject: encrypting password fields Hi mySql gurus, I have a table that contains my customers username and password. I would like to know how I can encrypt these values so that they are not stored how in the way that my customers have keyed them from the front

encrypting password fields

2002-07-06 Thread Ki Mien
Hi mySql gurus, I have a table that contains my customers username and password. I would like to know how I can encrypt these values so that they are not stored how in the way that my customers have keyed them from the front end. I have read the documentation on password(), and encrypt but it