Re: [PHP] encrypting passwords etc..

2002-01-17 Thread Richard Baskett
t; To: [EMAIL PROTECTED] > Subject: Re: [PHP] encrypting passwords etc.. > > > We have a similar set up at our work, but we still encrypt our users' > passwords. That way not even the dba knows what passwords other people use, > although the s/he can still change the passwo

Re: [PHP] encrypting passwords etc..

2002-01-17 Thread J Smith
We have a similar set up at our work, but we still encrypt our users' passwords. That way not even the dba knows what passwords other people use, although the s/he can still change the password for any user on our site. A lot of people use the same password for everything they do, and it would

Re: [PHP] encrypting passwords etc..

2002-01-17 Thread py
"security is measured by the weakest link in the chain" so I would say that the database needs to be well protected and the password encrypted. py At 12:14 PM 1/17/2002 -0800, you wrote: >We had a client who wanted us to encrypt their >passwords. Our argument was that maybe their database >is

Re: [PHP] encrypting passwords etc..

2002-01-17 Thread Anas Mughal
We had a client who wanted us to encrypt their passwords. Our argument was that maybe their database is not well protected. Only the dba and the application should have access to the database. No-one else should be able to view their data anyways. We didn't see any need to encrypt the passwords.

[PHP] encrypting passwords etc..

2002-01-17 Thread Hawk
Ok I got it working now, with the update and database connect etc.. thanks guys :) this is not a problem(yet), more a thought.. is it really necesary to encrypt passwords, I mean, what does it prevent, me from seeing them using mysql.exe ? :p I tried and it worked fine to almost all points.. worke