Re: Rejecting weak passwords

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: Rejecting weak passwords
Дата
Msg-id D960CB61B694CF459DCFB4B0128514C203937FA3@exadv11.host.magwien.gv.at
обсуждение исходный текст
Ответ на Re: Rejecting weak passwords  (Mark Mielke <mark@mark.mielke.cc>)
Ответы Re: Rejecting weak passwords  (Mark Mielke <mark@mark.mielke.cc>)
Список pgsql-hackers
Mark Mielke wrote:
> Does Oracle really do password checks on the base SQL commands used to
> change an Oracle password? That sounds silly.

In Oracle you can write a stored procedure to check passwords;
it is invoked whenever a user is created or altered.

No matter how you change the password, Oracle can always recover
the plaintext and feed it to the password checking function.

So, unless you use the "Advanced Security" option (extra $$) that
enables you to encrypt network connections, any eavesdropper
with knowledge of Oracle's (secret) encryption algorithms can get
your new password when you change it.

And the DBA can get your password with ease.

Yours,
Laurenz Albe


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: Client application name
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: Trigger with WHEN clause (WIP)