Re: [PHP-DB] Credit Card Info & Cryptography

2002-10-23 Thread Jim Hunter
There is a simple alternative that you might not be aware of, and that is use Advantage Database (I am assuming that you are using MySQL right now). You can get a free version to try and it provides encryption at the table level. There is a PHP interface for it and everything can be found at www ad

RE: [PHP-DB] Credit Card Info & Cryptography

2002-10-23 Thread Peter Beckman
e- > From: 1LT John W. Holmes [mailto:holmes072000@;charter.net] > Sent: Wednesday, October 23, 2002 4:41 PM > To: [EMAIL PROTECTED]; 'Ryan Jameson (USA)'; [EMAIL PROTECTED] > Subject: Re: [PHP-DB] Credit Card Info & Cryptography > > > > Well.. Isn't that the id

RE: [PHP-DB] Credit Card Info & Cryptography

2002-10-23 Thread Ryan Jameson (USA)
a timely fashion. You can believe it... or not. I LOVE PHP!!! <>< Ryan -Original Message- From: 1LT John W. Holmes [mailto:holmes072000@;charter.net] Sent: Wednesday, October 23, 2002 2:33 PM To: Ryan Jameson (USA); [EMAIL PROTECTED] Subject: Re: [PHP-DB] Credit Card Info &am

RE: [PHP-DB] Credit Card Info & Cryptography

2002-10-23 Thread Aaron Wolski
do. ---John Holmes... > -Original Message- > From: 1LT John W. Holmes [mailto:holmes072000@;charter.net] > Sent: Wednesday, October 23, 2002 4:33 PM > To: Ryan Jameson (USA); [EMAIL PROTECTED] > Subject: Re: [PHP-DB] Credit Card Info & Cryptography > > > When ever I

Re: [PHP-DB] Credit Card Info & Cryptography

2002-10-23 Thread 1LT John W. Holmes
rom: 1LT John W. Holmes [mailto:holmes072000@;charter.net] > Sent: Wednesday, October 23, 2002 4:33 PM > To: Ryan Jameson (USA); [EMAIL PROTECTED] > Subject: Re: [PHP-DB] Credit Card Info & Cryptography > > > When ever I see "easy", "encrypt", and "credit card&q

RE: [PHP-DB] Credit Card Info & Cryptography

2002-10-23 Thread Aaron Wolski
--Original Message- From: 1LT John W. Holmes [mailto:holmes072000@;charter.net] Sent: Wednesday, October 23, 2002 4:33 PM To: Ryan Jameson (USA); [EMAIL PROTECTED] Subject: Re: [PHP-DB] Credit Card Info & Cryptography When ever I see "easy", "encrypt", and "credit

Re: [PHP-DB] Credit Card Info & Cryptography

2002-10-23 Thread 1LT John W. Holmes
; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 23, 2002 4:20 PM Subject: RE: [PHP-DB] Credit Card Info & Cryptography Since your goal is to encrypt the card number in the database you'll naturally need a way to decrypt it as well. At that point it se

RE: [PHP-DB] Credit Card Info & Cryptography

2002-10-23 Thread Ryan Jameson (USA)
Since your goal is to encrypt the card number in the database you'll naturally need a way to decrypt it as well. At that point it seems your concern is that your database will be compromised. That can be avoided easily by creating a single private key and using your own algorithm to encrypt base

RE: [PHP-DB] Credit Card Info & Cryptography

2002-10-23 Thread Aaron Wolski
Well... You can use PGPG/GNPGP for this or you can develop your own RSA encryption - if you understand/have the know how. A former programmer of mine who worked for a Security firm developed the base-line code which was originally written in C then transferred into Perl. He was greatful enough to