Storing Credit Card Info?

From: David Fetter <david(at)fetter(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Storing Credit Card Info?
Date: 2002-03-13 01:21:26
Message-ID: 20020312172126.J16343@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)fetter(dot)org http://fetter.org/~shackle/
phone +1 415 235 3778

Browse pgsql-general by date

  From Date Subject
Next Message Miguel Omar Carvajal 2002-03-13 02:38:11 Duplicate key
Previous Message Bruce Momjian 2002-03-13 00:10:42 Re: Using index for substring search