Re: Data Encryption in PostgreSQL, and a Tutorial.

From: Christopher Browne <cbbrowne(at)acm(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Data Encryption in PostgreSQL, and a Tutorial.
Date: 2004-04-10 01:15:07
Message-ID: m31xmwd46c.fsf@wolfe.cbbrowne.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

In an attempt to throw the authorities off his trail, "T. Relyea" <nospam(at)nospam(dot)com> transmitted:
> MySQL has encryption and decryption functions built in, doesn't Postgresql?

But of course.

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.
--
let name="cbbrowne" and tld="acm.org" in name ^ "@" ^ tld;;
http://www.ntlug.org/~cbbrowne/spreadsheets.html
"If God meant us to be vegetarians why'd He make cows out of meat?"
-- seen on a bumper sticker

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mike Nolan 2004-04-10 01:26:21 Re: Select/Group by/Order by question
Previous Message Joshua D. Drake 2004-04-10 00:35:17 Re: Data Encryption in PostgreSQL, and a Tutorial.