Re: Data Encryption in PostgreSQL, and a Tutorial.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
Cc: Christopher Browne <cbbrowne(at)acm(dot)org>, pgsql-general(at)postgresql(dot)org
Subject: Re: Data Encryption in PostgreSQL, and a Tutorial.
Date: 2004-04-12 22:05:30
Message-ID: 14316.1081807530@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"scott.marlowe" <scott(dot)marlowe(at)ihs(dot)com> writes:
> On Fri, 9 Apr 2004, Christopher Browne wrote:
>> See the "pgcrypto" contrib module in the source tree.
>>
>> It is not typically compiled into what gets distributed with the
>> typical Linux/BSD distribution because of the library dependencies
>> that it forces in, as well as because the legalities surrounding the
>> distribution of cryptographic software vary from country to country,
>> making it potentially legally unsafe to ubiquitously include it.

> I thought md5() was a built-in nowadays...

Yeah, it is, but md5 is not considered cryptography because it is not
reversible (you can't decrypt to get back what you put in). As such
it's not restricted under US munitions law, nor anyone else's that
I've heard of.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Barry L. Geipel 2004-04-12 22:24:45 Problems setting shared_buffers to large value
Previous Message Chris Browne 2004-04-12 22:01:00 Re: PostgreSQL Invalid Page Header in Block XXXXX