storing passwords

Поиск
Список
Период
Сортировка
От Cima
Тема storing passwords
Дата
Msg-id 031701c53a74$1745b9b0$f00110ac@doctorado1
обсуждение исходный текст
Ответы Re: storing passwords  (John DeSoi <desoi@pgedit.com>)
Список pgsql-novice
hi,
 
i  dont remember if someone already asked this but here goes.
i have a users table in my database that i will use to control the access of information on my site. its really simple, i have  the following:
 
tusers(username text, password text, accesslevel int)
 
what id like to know is if there is a way of storing these passwords as nonplain text or in an encrypted form. i know mysql has an internal function/datatype that when specified, it encrypts the values given.  is there anything like this in postgresql 8.0.1?
if not, any sugestions on how to store these passwords?
 
thanx.

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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: plpgsql - can't get a simple block to execute
Следующее
От: Christopher Nehren
Дата:
Сообщение: Re: storing passwords