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

From Mike Nolan
Subject Re: Data Encryption in PostgreSQL, and a Tutorial.
Date
Msg-id 200404130032.i3D0WOIn016341@gw.tssi.com
Whole thread Raw
In response to Re: Data Encryption in PostgreSQL, and a Tutorial.  ("scott.marlowe" <scott.marlowe@ihs.com>)
List pgsql-general
> True, but the original discussion, I believe, was on storing user
> passwords etc... for which md5 is the preferred method...

I thought the original question was what to use for storing credit cards,
for which you want a decryptable method.  (A public/private key method
would be even better for credit card data IMHO, but I don't think pgcrypto
includes one.)
--
Mike Nolan

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Problems setting shared_buffers to large value
Next
From: Christopher Browne
Date:
Subject: Re: Data Encryption in PostgreSQL, and a Tutorial.