Re: encrypting data stored in PostgreSQL

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: encrypting data stored in PostgreSQL
Date: 2014-04-09 20:52:51
Message-ID: 5345B323.3000902@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steve Atkins 2014-04-09 20:56:32 Re: Linux vs FreeBSD
Previous Message Vik Fearing 2014-04-09 20:44:09 Re: How do I find out where this warning is coming from?