Re: Password-based Authentication

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: Password-based Authentication
Дата
Msg-id A737B7A37273E048B164557ADEF4A58B17CFAC82@ntex2010i.host.magwien.gv.at
обсуждение исходный текст
Ответ на Password-based Authentication  (Scott Arciszewski <scott@arciszewski.me>)
Список pgsql-novice
Scott Arciszewski wrote:
> I was reading this documentation page:
> http://www.postgresql.org/docs/9.3/static/auth-methods.html#AUTH-PASSWORD
> http://www.postgresql.org/docs/devel/static/auth-methods.html#AUTH-PASSWORD
> 
> ... and I noticed that the only password hashing option available in pgsql for authentication purposes
> is md5.
> 
> Is there any way to use something more reliable (bcrypt, scrypt, pbkdf2, or eventually any of the
> hashing schemes selected by the PHC https://password-hashing.net )?

Not yet, although there have been discussions on the development list.

Maybe you can resort to different authentication techniques where the password
is not stored in PostgreSQL at all.

Yours,
Laurenz Albe

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

Предыдущее
От: David G Johnston
Дата:
Сообщение: Re: CONCAT function equivalent
Следующее
От: Eng Sameer
Дата:
Сообщение: FW: Security