Re: Generating random values.

Поиск
Список
Период
Сортировка
От Mike Nolan
Тема Re: Generating random values.
Дата
Msg-id 200508181916.j7IJGO9k006190@gw.tssi.com
обсуждение исходный текст
Ответ на Generating random values.  (Fernando Lujan <flujan@gmail.com>)
Ответы Re: Generating random values.  (Fernando Lujan <flujan@gmail.com>)
Список pgsql-general
> This way you can let users choose their own passwords :-)
>
> If you like you can put other checks in it to make sure you have any
> three of uppercase/lowercase/numbers/other characters or whatever else
> you like.

Allowing users to choose their own permanent passwords does not make them
any more secure, though it would hopefully make them easier to remember.

Users tend to choose passwords that are easy to guess, and they tend to
use the same password for multiple accounts.

As I indicated in my original response, there is no best answer to the
issue of password choices, though there are probably a few 'worst'
answers.  :-)

Once someone has established a password scheme, either randomly generated
or user selected, it should not be that difficult to write routines to
generate acceptable passwords or to enforce standards for user-generated
passwords.
--
Mike Nolan


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

Предыдущее
От: Steve Crawford
Дата:
Сообщение: Re: Same database, different query plans
Следующее
От: Mario Guenterberg
Дата:
Сообщение: Re: Adding contrib modules