Re: Data Encryption in PostgreSQL, and a Tutorial.6 - Mailing list pgsql-general

From Mike Nolan
Subject Re: Data Encryption in PostgreSQL, and a Tutorial.6
Date
Msg-id 200404100145.i3A1jHTO002791@gw.tssi.com
Whole thread Raw
In response to Data Encryption in PostgreSQL, and a Tutorial.  (mikecoxlinux@yahoo.com (Mike Cox))
List 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

pgsql-general by date:

Previous
From: Christopher Browne
Date:
Subject: Re: Data Encryption in PostgreSQL, and a Tutorial.
Next
From: Jeff Davis
Date:
Subject: running postgresql database from loopback filesystem?