Re: encrypting data stored in PostgreSQL

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: encrypting data stored in PostgreSQL
Дата
Msg-id 5345B323.3000902@hogranch.com
обсуждение исходный текст
Ответ на encrypting data stored in PostgreSQL  (CS_DBA <cs_dba@consistentstate.com>)
Ответы Re: encrypting data stored in PostgreSQL
Re: encrypting data stored in PostgreSQL
Список pgsql-general
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.



--
john r pierce                                      37N 122W
somewhere on the middle of the left coast



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

Предыдущее
От: Steve Atkins
Дата:
Сообщение: Re: Linux vs FreeBSD
Следующее
От: Rob Sargent
Дата:
Сообщение: Re: encrypting data stored in PostgreSQL