Re: Encrypted data.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ben Clewett <B(dot)Clewett(at)roadrunner(dot)uk(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Encrypted data.
Date: 2003-07-22 14:32:51
Message-ID: 6575.1058884371@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Ben Clewett <B(dot)Clewett(at)roadrunner(dot)uk(dot)com> writes:
> In order to protect our distributed database from it's own users, we
> have a requirement to encrypt the data in the system, or by some other
> means make the content unreadable.

Look in the contrib/pgcrypto directory, you may find stuff that will
help.

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Chad Thompson 2003-07-22 14:36:02 Fw: It worked! Was :Re: Select Statement Hang...
Previous Message Tom Lane 2003-07-22 13:47:57 Re: CREATE TYPE with array