Re: encrypting data stored in PostgreSQL

From: Rob Sargent <robjsargent(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: encrypting data stored in PostgreSQL
Date: 2014-04-09 21:07:00
Message-ID: 5345B674.1020809@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?\

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ken Tanzer 2014-04-09 21:16:34 Re: encrypting data stored in PostgreSQL
Previous Message Brent Wood 2014-04-09 21:02:02 Re: Linux vs FreeBSD