[PHP-DB] Credit Card Info Cryptography

2002-10-23 Thread Doaldo Navai Junior
Suppose I sell some products online and get user's credit card info via SSL connection. Isn't there any method (free, preferably) of ASSYMETRIC (Public key) cryptography I can use with PHP to store this data in a db?? Or is there any other good option instead of this? TIA, Doaldo -- PHP

RE: [PHP-DB] Credit Card Info Cryptography

2002-10-23 Thread Aaron Wolski
: Wednesday, October 23, 2002 2:53 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP-DB] Credit Card Info Cryptography Suppose I sell some products online and get user's credit card info via SSL connection. Isn't there any method (free, preferably) of ASSYMETRIC (Public key) cryptography I can

RE: [PHP-DB] Credit Card Info Cryptography

2002-10-23 Thread Ryan Jameson (USA)
. Ryan -Original Message- From: Doaldo Navai Junior [mailto:doaldo;triunfo-bsb.com.br] Sent: Wednesday, October 23, 2002 12:53 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP-DB] Credit Card Info Cryptography Suppose I sell some products online and get user's credit card info via

Re: [PHP-DB] Credit Card Info Cryptography

2002-10-23 Thread 1LT John W. Holmes
, 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 seems your concern is that your database will be compromised. That can be avoided easily

RE: [PHP-DB] Credit Card Info Cryptography

2002-10-23 Thread Aaron Wolski
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 card in the same sentence, it makes me worry

Re: [PHP-DB] Credit Card Info Cryptography

2002-10-23 Thread 1LT John W. Holmes
: 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 in the same sentence, it makes me worry. Don't store credit card numbers. Charge them once and don't save

RE: [PHP-DB] Credit Card Info Cryptography

2002-10-23 Thread Aaron Wolski
[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 in the same sentence, it makes me worry. Don't store credit card numbers

RE: [PHP-DB] Credit Card Info Cryptography

2002-10-23 Thread Ryan Jameson (USA)
: 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 seems your concern is that your database will be compromised. That can be avoided

RE: [PHP-DB] Credit Card Info Cryptography

2002-10-23 Thread Peter Beckman
PROTECTED] Subject: Re: [PHP-DB] Credit Card Info Cryptography Well.. Isn't that the ideal. I agree in theory, however, not all clients are willing to shell for the Payment Processor Services if they are just starting ou tin e-commerce and don't know what kind of volume to expect

Re: [PHP-DB] Credit Card Info Cryptography

2002-10-23 Thread Jim Hunter
in Advantage and leave the rest of your data where you have it. Just a thought... Jim ---Original Message--- From: Doaldo Navai Junior Date: Wednesday, October 23, 2002 12:52:23 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP-DB] Credit Card Info Cryptography Suppose I