Re: So we're in agreement.... - Mailing list pgsql-hackers

From Sevo Stille
Subject Re: So we're in agreement....
Date
Msg-id 3917FA27.EA1AAD09@ip23.net
Whole thread Raw
In response to Re: So we're in agreement....  (Vince Vielhaber <vev@michvhf.com>)
List pgsql-hackers
Tom Lane wrote:

> One possibility that comes to mind is that we store MD5(MD5(password))
> in pg_shadow, and expect the client to transmit MD5(password).
> Of course that needs a cloaking scheme if you want to protect against
> password sniffing, but offhand it seems that the same scheme Ben Adida
> proposed should still work...

That would be pretty close to the RFC 2617 Digest Authentication. Why
don't we use that? Using a existing, widespread standard is good in
terms of portability, and saves on validating the principal algorithm.

Sevo

-- 
sevo@ip23.net


pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: RE: You're on SecurityFocus.com for the cleartext passw ords.
Next
From: Bruce Momjian
Date:
Subject: Re: 7.0 key features