Re: Storing sensitive data

Поиск
Список
Период
Сортировка
От Guido Barosio
Тема Re: Storing sensitive data
Дата
Msg-id f7f6b4c70603090528l7fa94847q87a3cb9d9c272a90@mail.gmail.com
обсуждение исходный текст
Ответ на Storing sensitive data  ("Kevin Crenshaw" <kcrenshaw@viscient.com>)
Список pgsql-novice
You could use md5() described in:

http://www.postgresql.org/docs/current/static/functions-string.html

Rgds.
g.-

On 3/9/06, Kevin Crenshaw <kcrenshaw@viscient.com> wrote:

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

 




--
/"\   ASCII Ribbon Campaign  .
\ / - NO HTML/RTF in e-mail  .
X  - NO Word docs in e-mail .
/ \ -----------------------------------------------------------------

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

Предыдущее
От: "Kevin Crenshaw"
Дата:
Сообщение: Storing sensitive data
Следующее
От: "Neil Saunders"
Дата:
Сообщение: Re: Storing sensitive data