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 need to
 
 Using Php4.* and Mysql.
 
 
 
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] Secure storage of credit card information

2002-04-10 Thread Nathan Cassano


If I where in your shoes I would encrypt the accounts with Mcrypt, setup
a separate database, on a separate computer, communicating on a low
speed serial line (4800 baud) using ppp, fully fire walling the
connection and doing mass logging. 

Mcrypt Encryption Functions
http://www.php.net/manual/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
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, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php