Simple Text Field Encryption

Поиск
Список
Период
Сортировка
От gcj
Тема Simple Text Field Encryption
Дата
Msg-id 0326677808F64D3AAAE39F6A96C17F1C@Serotonin
обсуждение исходный текст
Ответы Re: Simple Text Field Encryption  (Bruce Hyatt <brucejhyatt@yahoo.com>)
Re: Simple Text Field Encryption  ("Damian Carey" <jamianb@gmail.com>)
Список pgsql-novice
I'm looking for a simple way to encrypt the contents of a text field in one
of my Postgres tables.  I'm not looking for anything that is bullet-proof --
just something that would mask the field's contents from a casual user
looking at the table via pgAdminIII or any other client application / query.

I'm hoping there is a built-in Postgres function that I could call from my
java web application to encrypt/mask a text string and then store the
encrypted value in the DB.  Thereafter, I would be able to query the
encrypted field, de-crypt back to the original value, etc.

Any suggestions would be appreciated.

BTW...I'm using Postgres v8.3 on Windows Server


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

Предыдущее
От: "Scott Porter"
Дата:
Сообщение: copy from csv
Следующее
От: "Daniel Malcolm Webb [dbw]"
Дата:
Сообщение: FW: Dumping a query result to a table