Re: md5 again

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: md5 again
Дата
Msg-id 1215.963333218@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: md5 again  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: md5 again  (Vince Vielhaber <vev@michvhf.com>)
Re: md5 again  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: md5 again
Следующее
От: Vince Vielhaber
Дата:
Сообщение: Re: md5 again