Re: md5 again - Mailing list pgsql-hackers

From Tom Lane
Subject Re: md5 again
Date
Msg-id 1215.963333218@sss.pgh.pa.us
Whole thread Raw
In response to Re: md5 again  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: md5 again  (Vince Vielhaber <vev@michvhf.com>)
Re: md5 again  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> MD5(MD5(username+user_salt)+random_salt)

> Postmaster takes its pg_shadow MD5(username+user_salt) and does another
> MD5 with the random salt and compares it with what was sent from the
> client.

Doesn't seem quite right ... where's the password?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: md5 again
Next
From: Vince Vielhaber
Date:
Subject: Re: md5 again