Re: Is md5 really more secure than crypt?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Is md5 really more secure than crypt?
Дата
Msg-id 11136.1024113395@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Is md5 really more secure than crypt?  ("Glen Parker" <glenebob@nwlink.com>)
Ответы Re: Is md5 really more secure than crypt?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
"Glen Parker" <glenebob@nwlink.com> writes:
> This means that the only way a password can be compromized is to see the
> password hash in pg_shadow, and the only thing it can be used for is
> logging into postgres throught playback.  No plain-text password can be
> obtained.

Good point.  If you can read the pg_shadow password entries, then you
are already superuser w.r.t. Postgres, so what need have you to break
into any other database user identities?

I think the concern that was originally advanced about all this was
that the database admin should not be able to read the clear-text
passwords of his users, because far too many people use the same
password for different purposes, and so a DBA might learn how to
get into accounts he shouldn't have access to.  The MD5 scheme does
fix that problem (unless the other account chances to use the very
same MD5 hash scheme we do, which seems unlikely).

Still, we had a *long* discussion about the design of the MD5 password
scheme about a year ago, and I thought we'd come up with a design that
was proof against this sort of attack.  Need to go back and consult
the list archives...

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: read this and puke
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Is md5 really more secure than crypt?