Re: Storing Credit Card Info?

From: James F(dot)Hranicky <jfh(at)cise(dot)ufl(dot)edu>
To: "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Storing Credit Card Info?
Date: 2002-03-22 04:40:20
Message-ID: 20020321234020.79c852f9.jfh@cise.ufl.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 13 Mar 2002 16:40:41 -0000
"Greg Sabino Mullane" <greg(at)turnstep(dot)com> wrote:

> However, it fails to protect against someone breaking into the application
> box and getting the encryption key and/or reading credit card numbers after
> they are decrypted. Unfortunately, there is no simple way to defend against
> this, besides the obvious securing of the box, because at some point the
> application will need the credit card information "in the clear." You can

How about having the form public-key encrypt the data, then store that in
a db? The private key is on the ordering box, which is locked down as tight
as possible.

To get the info, you have to get into the ordering box (which only connects
to other machines, and allows no incoming connections at all), or get
into the web server and send a SEGV to the web server (or cgi, etc) and
dig through the core dump.

I plan on setting up a web-based account registration system like this...
someday.

----------------------------------------------------------------------
| Jim Hranicky, Senior SysAdmin UF/CISE Department |
| E314D CSE Building Phone (352) 392-1499 |
| jfh(at)cise(dot)ufl(dot)edu http://www.cise.ufl.edu/~jfh |
----------------------------------------------------------------------

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Bartley 2002-03-22 06:04:06 Re: Postmaster processes running out of control?
Previous Message Gavin M. Roy 2002-03-22 03:18:11 Re: BBS on postgreSQL?