Re: sefety of passwords for web-service applications

Поиск
Список
Период
Сортировка
От Vlad K.
Тема Re: sefety of passwords for web-service applications
Дата
Msg-id 50B09BF2.9070008@haronmedia.com
обсуждение исходный текст
Ответ на sefety of passwords for web-service applications  (Rafal Pietrak <rafal@zorro.isa-geek.com>)
Ответы Re: sefety of passwords for web-service applications  (Bill Moran <wmoran@potentialtech.com>)
Список pgsql-general
On 11/24/2012 10:15 AM, Rafal Pietrak wrote:
> Some improvement in passwords safety could be gained, if the database
> table access methods (e.g. SELECT...) provided means to limit that
> access to just one entry at a time, and return results only when
> (password) column hash was equal for a single entry. e.g. information is
> not leaking when password dont' match.


But what about situations where the attackers gained access to the
database itself or faulty discs that got replaced? Isn't just having a
strong hash a better solution? And by strong I mean a bcrypt based or
similar approach that requires significant time to calculate a single hash.




--


.oO V Oo.


Work Hard,
Increase Production,
Prevent Accidents,
and
Be Happy!  ;)



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

Предыдущее
От: Chris Travers
Дата:
Сообщение: Re: sefety of passwords for web-service applications
Следующее
От: Peter Kroon
Дата:
Сообщение: alter sequence