Re: encrypting data stored in PostgreSQL

From: Ivan Voras <ivoras(at)freebsd(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: encrypting data stored in PostgreSQL
Date: 2014-04-14 12:14:04
Message-ID: ligjed$1li$1@ger.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 09/04/2014 22:40, 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?

Some time ago I did this, mostly as an experiment but IIRC it works
decently:
https://bitbucket.org/ivoras/pgenctypes

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Steve Clark 2014-04-14 12:24:53 CentOS 6 and Postgresql 9.3.4 from PGDG
Previous Message Ivan Voras 2014-04-14 12:01:19 Re: CLOB & BLOB limitations in PostgreSQL