Re: RFE: Transparent encryption on all fields - Mailing list pgsql-hackers

From Marc Munro
Subject Re: RFE: Transparent encryption on all fields
Date
Msg-id 1240518699.6517.14.camel@bloodnok.com
Whole thread Raw
In response to RFE: Transparent encryption on all fields  (Sam Halliday <sam.halliday@gmail.com>)
Responses Re: RFE: Transparent encryption on all fields  (tomas@tuxteam.de)
List pgsql-hackers
On Thu, 2009-04-23 at 16:08 -0300, pgsql-hackers-owner@postgresql.org
wrote:
> On Thu, Apr 23, 2009 at 10:38:55AM -0400, Bill Moran wrote:
>
> [...]
>
> > It's possible that this could be accomplished by something like
> Veil,
>
> Veil? Care to share an URL?

http://veil.projects.postgresql.org/curdocs/index.html

Veil is intended to enable implementation of virtual private databases.
It provides a bunch of primitives for managing bitmaps of privileges.
These privileges can be used to control access to individual rows within
a table.

In principle it could be used in the way that Bill Moran suggests though
I have never used it that way.  I am somewhat suspicious of passing
encryption keys to the database server as there is always the potential
for them to be leaked.  It is generally much safer to keep keys and the
decryption process on a separate server.

__
Marc

pgsql-hackers by date:

Previous
From: Zdenek Kotala
Date:
Subject: Re: PL compilations ignores LDFLAGS
Next
From: Peter Eisentraut
Date:
Subject: Re: PL compilations ignores LDFLAGS