Re: encrypting data stored in PostgreSQL - Mailing list pgsql-general

From John R Pierce
Subject Re: encrypting data stored in PostgreSQL
Date
Msg-id 5345B323.3000902@hogranch.com
Whole thread Raw
In response to encrypting data stored in PostgreSQL  (CS_DBA <cs_dba@consistentstate.com>)
Responses Re: encrypting data stored in PostgreSQL  (Rob Sargent <robjsargent@gmail.com>)
Re: encrypting data stored in PostgreSQL  (Bruce Momjian <bruce@momjian.us>)
List 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 by date:

Previous
From: Steve Atkins
Date:
Subject: Re: Linux vs FreeBSD
Next
From: Rob Sargent
Date:
Subject: Re: encrypting data stored in PostgreSQL