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

From: Mike Nolan <nolan(at)gw(dot)tssi(dot)com>
To: mikecoxlinux(at)yahoo(dot)com (Mike Cox)
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Data Encryption in PostgreSQL, and a Tutorial.6
Date: 2004-04-10 01:45:17
Message-ID: 200404100145.i3A1jHTO002791@gw.tssi.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message William White 2004-04-10 04:52:24 Re: running postgresql database from loopback filesystem?
Previous Message Mike Nolan 2004-04-10 01:26:21 Re: Select/Group by/Order by question