Re: [PHP] Secure storage of credit card information

2002-04-10 Thread heinisch
At 10.04.2002 11:48, you wrote: >I'm working on a e commerce site and I need to store the credit card info >of people who purchase stuff, on the site. How can I encrypt the credit card ># put it in a dbase and decrypt it when I need to > >Using Php4.* and Mysql. The first thing I would sugges

RE: [PHP] Secure storage of credit card information

2002-04-10 Thread Cal Evans
ailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 12:07 PM To: 'Someone Somewhere'; [EMAIL PROTECTED] Subject: RE: [PHP] Secure storage of credit card information Storing credit card numbers is dangerous, look at the mcrypt functions like previously mentioned. I would encrypt the use

RE: [PHP] Secure storage of credit card information

2002-04-10 Thread SHEETS,JASON (Non-HP-Boise,ex1)
OTECTED] Subject: [PHP] Secure storage of credit card information I'm working on a e commerce site and I need to store the credit card info of people who purchase stuff, on the site. How can I encrypt the credit card # put it in a dbase and decrypt it when I need to Using Php4.* and Mysql.

RE: [PHP] Secure storage of credit card information

2002-04-10 Thread Cal Evans
Journeyman Programmer * Techno-Mage * http://www.calevans.com * -Original Message- From: Someone Somewhere [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 11:48 AM To: [EMAIL PROTECTED] Subject: [PHP] Secure storage of credit card information I'm working on a e commerce site and

RE: [PHP] Secure storage of credit card information

2002-04-10 Thread Nathan Cassano
/en/ref.mcrypt.php -Original Message- From: Someone Somewhere [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 9:48 AM To: [EMAIL PROTECTED] Subject: [PHP] Secure storage of credit card information I'm working on a e commerce site and I need to store the credit card in

Re: [PHP] Secure storage of credit card information

2002-04-10 Thread Thalis A. Kalfigopoulos
Lookup in the manual about the mcrypt functions On Wed, 10 Apr 2002, Someone Somewhere wrote: > I'm working on a e commerce site and I need to store the credit card info > of people who purchase stuff, on the site. How can I encrypt the credit card > # put it in a dbase and decrypt it when I

[PHP] Secure storage of credit card information

2002-04-10 Thread Someone Somewhere
I'm working on a e commerce site and I need to store the credit card info of people who purchase stuff, on the site. How can I encrypt the credit card # put it in a dbase and decrypt it when I need to Using Php4.* and Mysql. -- PHP General Mailing List (http://www.php.net/) To unsubscribe,