Re: encrypting data stored in PostgreSQL

Поиск
Список
Период
Сортировка
От Rob Sargent
Тема Re: encrypting data stored in PostgreSQL
Дата
Msg-id 5345B674.1020809@gmail.com
обсуждение исходный текст
Ответ на Re: encrypting data stored in PostgreSQL  (John R Pierce <pierce@hogranch.com>)
Ответы Re: encrypting data stored in PostgreSQL  (Ken Tanzer <ken.tanzer@gmail.com>)
Re: encrypting data stored in PostgreSQL  (John R Pierce <pierce@hogranch.com>)
Список pgsql-general
On 04/09/2014 02:52 PM, John R Pierce wrote:
On 4/9/2014 1:40 PM, CS_DBA wrote:
Hi All;

We have a client with this requirement:

At rest data must be encrypted with a unique client key

Any thoughts on how to pull this off for PostgreSQL stored data?

encrypt the data in the client application before sending it to the database server, decrypt it in the client when you need it back.



How does that affect backend sql reporting?\

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

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: encrypting data stored in PostgreSQL
Следующее
От: Ken Tanzer
Дата:
Сообщение: Re: encrypting data stored in PostgreSQL