Re: change p/w hashing

Поиск
Список
Период
Сортировка
От Josh Kupershmidt
Тема Re: change p/w hashing
Дата
Msg-id BANLkTim3d3HkFjjURuP7kxChd7PLffH4-A@mail.gmail.com
обсуждение исходный текст
Ответ на change p/w hashing  ("Jean-Yves F. Barbier" <12ukwn@gmail.com>)
Список pgsql-novice
On Fri, Jun 17, 2011 at 3:56 AM, Jean-Yves F. Barbier <12ukwn@gmail.com> wrote:
> Is there an easy way to discard Pg default md5 password hashing and replace it
> by SHA256 (or SHA512) + salt?

I doubt there's an "easy way". First, the md5 authentication of
clients via libpq would be broken. Second, AFAIK the only hash algo
built into core is MD5 (SHA-256 and friends are in
./contrib/pgcrypto).

Josh

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

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: Job does not wok - How to test it?
Следующее
От: Josh Kupershmidt
Дата:
Сообщение: Re: test CHECK on command line