Re: Storing sensitive data

Поиск
Список
Период
Сортировка
От
Тема Re: Storing sensitive data
Дата
Msg-id 20060309173311.34187.qmail@web33310.mail.mud.yahoo.com
обсуждение исходный текст
Ответ на Storing sensitive data  ("Kevin Crenshaw" <kcrenshaw@viscient.com>)
Список pgsql-novice
> I have a table that stores usernames and passwords
> and I want to encrypt the
> passwords before they are stored in the database.
> Will postgresql do this
> for me, or do I have to do the encryption on the
> client side?  Could you
> please point me to some instructions on how to
> accomplish this.
>
> Thanks for your help,
>
> kevin

i found this tutorial to be very helpful...

http://phpsec.org/articles/2005/password-hashing.html

it uses php, but i'm sure you could translate into
whatever language you are using.

i also found this helpfule, too.

http://www.sitepoint.com/article/users-php-sessions-mysql

it uses mysql, but i easily applied to my favorite db
- postgresql.  not to mention adapting it to adodb and
my forms class.

between the two, you should get a decent user
management system.

good luck,

oe1

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

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

Предыдущее
От: "Neil Saunders"
Дата:
Сообщение: Re: Storing sensitive data
Следующее
От: "Christopher A. Goodfellow"
Дата:
Сообщение: Re: Invalid Page Header