Re: field with Password

Поиск
Список
Период
Сортировка
От A. Kretschmer
Тема Re: field with Password
Дата
Msg-id 20090204102642.GB23072@a-kretschmer.de
обсуждение исходный текст
Ответ на field with Password  (Iñigo Barandiaran <ibarandiaran@vicomtech.org>)
Список pgsql-general
In response to Iñigo Barandiaran :
> Hi.
>
>
> I would like to create a new table where one of the field would be a
> user password. Is there any data type for supporting this functionality?
> Something like Password DataType. I've taken a look of the available
> data types in PgAdmin Application and there is nothing similar to this.

You can store the md5-Hash instead the plaintext password.
(char(32) and a length-check)


Andreas
--
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID:   0x3FFF606C, privat 0x7F4584DA   http://wwwkeys.de.pgp.net

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

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: field with Password
Следующее
От: Iñigo Barandiaran
Дата:
Сообщение: Re: field with Password