From: Henry B. Hotz <hotz@jpl.nasa.gov>
> >Agreed: over the wire is _very_ important. The question remains: does the
>
> >But above all: do not store passwords in cleartext. It makes it
> >ridiculously easy for an attacker to take over user accounts. Let's say
>
> There is a fundamental conflict here: If you want to encyrpt the stored
> passwords then they have to go over the wire in the clear. If you want
the
I have repeated it several times already: there is NO conflict. The conflict
is due to the present security scheme only. It's purely technical, nothing
more.
Yes, in any security scheme (short of full blown RSA) you still have to
store something at the server which can be used to gain access to the
database if stolen. But that does not have to be the cleartext password
itself.
Gene Sokolov.