Storing Credit Card Info? - Mailing list pgsql-general

From David Fetter
Subject Storing Credit Card Info?
Date
Msg-id 20020312172126.J16343@fetter.org
Whole thread Raw
List pgsql-general
Kind people,

I'm hitting my head on a problem that's probably been solved a bunch
of times in the past: storing credit card info in a database.

Obviously, storing them in the clear is right out.  Do folks hash them
with MD5?  Require a password?  If so, is there just one for all
the credit cards?  A separate one for each?

Big TIA for any hints, tips or pointers :)

Cheers,
David.
--
David Fetter david@fetter.org http://fetter.org/~shackle/
phone +1 415 235 3778

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Using index for substring search
Next
From: Doug McNaught
Date:
Subject: Re: Dynamic SQL in function