RE: creating a password field..

2002-03-12 Thread Rutledge, Aaron
o the encryption. Below is the link for php encryption http://www.php.net/manual/en/function.md5.php -Original Message- From: Peter Gibbons-BU [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 11:32 AM To: '[EMAIL PROTECTED]' Subject: creating a password field.. Hi, i&

Re: creating a password field..

2002-03-12 Thread denonymous
From: "Peter Gibbons-BU" <[EMAIL PROTECTED]> > Hi, > i'd like to create a password field like in the user table in the mysql > database. The data would need to be encrypted. > > Can mysql do the whole job. I would need it ideally to automatically > decrypt it for me when I do a select.. > > any

RE: creating a password field..

2002-03-12 Thread Todd Williamsen
/function.md5.php -Original Message- From: Peter Gibbons-BU [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 11:32 AM To: '[EMAIL PROTECTED]' Subject: creating a password field.. Hi, i'd like to create a password field like in the user table in the mysql database. The data w

creating a password field..

2002-03-12 Thread Peter Gibbons-BU
Hi, i'd like to create a password field like in the user table in the mysql database. The data would need to be encrypted. Can mysql do the whole job. I would need it ideally to automatically decrypt it for me when I do a select.. any suggestions - code example would be really helpful.. peter