Re: How passwords can be crypted in postgres?

Поиск
Список
Период
Сортировка
От Gordan Bobic
Тема Re: How passwords can be crypted in postgres?
Дата
Msg-id 005a01c074a3$8bd5a6a0$8000000a@localdomain
обсуждение исходный текст
Ответ на Re: How passwords can be crypted in postgres?  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-general
> I usually just run 'crypt()' on the clear text before storing it to the
> backend ...

Isn't this just as bad? If you store the encrypted password, that doesn't
help you in the slightest in this case, because if you can breach the list
of encrypted passwords, you still know what you need to send as the
"password" from the front end to let you into the database.

Unless I am missing something here, doing this doesn't make any
difference... Not for someone serious about breaching security, anyway...

Regards.

Gordan


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

Предыдущее
От: "Gordan Bobic"
Дата:
Сообщение: Re: SV: MySQL and PostgreSQL speed compare
Следующее
От: "Gordan Bobic"
Дата:
Сообщение: Re: SV: MySQL and PostgreSQL speed compare