Re: Data Encryption in PostgreSQL, and a Tutorial.6

Mike Nolan <nolan@gw.tssi.com>

From: Mike Nolan <nolan@gw.tssi.com>
To: mikecoxlinux@yahoo.com (Mike Cox)
Cc: pgsql-general@postgresql.org
Date: 2004-04-10T01:45:17Z
Lists: pgsql-general
> Has anyone created something like that for Postgresql?  It would be
> really handy to encrypt credit card numbers and other information so
> it stays secure.

Is there some reason you can't use contrib/pgcrypto?  I use it
for storing passwords in an MD5 encryption and credit card data using 
encrypt/decrypt, because I don't think it supports public/private 
key encryption.
--
Mike Nolan