Re: [GENERAL] SHA1 on postgres 8.3

Поиск
Список
Период
Сортировка
От Sam Mason
Тема Re: [GENERAL] SHA1 on postgres 8.3
Дата
Msg-id 20080403165245.GI6870@frubble.xen.chris-lamb.co.uk
обсуждение исходный текст
Ответ на Re: [GENERAL] SHA1 on postgres 8.3  (Svenne Krap <svenne@krap.dk>)
Список pgsql-hackers
On Thu, Apr 03, 2008 at 06:14:17PM +0200, Svenne Krap wrote:
> Hashes are an absolute minimum for keeping passwords stored somehat 
> safely in a database.

> More two or even three different hashes with different collion-points 
> will strongly increase the security.

Not only that, but they also increase the complexity of the system.
Increases in complexity tend to mean decreases in reliability and,
by implication, security.  As an example, someone may do some fancy
cryptanalysis and discover that having lots of hashes will actually make
it easier.  As another point, most passwords have significantly less
state than a 128bit hash allowing attacks like rainbow tables become
viable.

 Sam


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

Предыдущее
От: "Pavan Deolasee"
Дата:
Сообщение: Re: [GENERAL] ANALYZE getting dead tuple count hopelessly wrong
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: modules