Re: data encryption

From: Joe Conway <mail(at)joeconway(dot)com>
To: lcarson(at)ucsd(dot)edu
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: data encryption
Date: 2009-11-24 19:55:29
Message-ID: 4B0C3A31.6040609@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

lcarson(at)ucsd(dot)edu wrote:
> Does anyone have experience using the feature in PG 8.4 (maybe earlier
> versions too??) to store specific columns in an encrypted format? We are
> gathering sensitive data for medical studies and want to use Postgresql,
> however, we need to insure that the data is secure to satisfy federal
> HIPAA regulations. One way to do that would be to store some or all of it
> in an encrypted format.

See:
http://www.postgresql.org/docs/8.4/interactive/pgcrypto.html

But the tricky part is the key management more so than the encryption.

Joe

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Dimitri Fontaine 2009-11-26 11:19:11 Re: Replication solution
Previous Message Richard Broersma 2009-11-24 19:51:18 Re: data encryption