Forum Moderators: coopster

Message Too Old, No Replies

Extra layer of security of CC info

Moving data away when it is no more necessary

         

Habtom

11:43 am on Nov 6, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Because of the nature of the business, I keep credit card information for about a month after the initial payment is made. Well, if someone has to have an absolute safety on the net is to keep it away, where it can no more be accessible.

I am not sure if I am making sense here, is there anything close to making an extra layer of security of retrieving the credit card information on demand, even if it means the system is going to be slow.

Two points here: Keeping it away when there is no immediate need of it, Keeping it in a different DB where there is extra layer of security where it won't be as easily accessible as the other info for somebody trying to reach them inappropriately.

If you do something different, how do you ensure the safety of your CC info?

Habtom

inclick

9:23 pm on Nov 6, 2007 (gmt 0)

10+ Year Member



Credit card security has always been a touchy subject. Since we use Authorize.net, we only store the transaction ID and the last four digits for transactions that are non-recurring. This allows us to refund charges, but not charge. This reduces risk significantly.

According to PCI rules and regulations, storage of the entire credit card number is not permitted unless certain criteria are met. You can store the first four and the last six digits according to Authorize.net. Again, if you only need the data for refunds, typically a transaction reference number from your gateway provider is enough.

If you do require the credit card information for recurring transactions, then you need to look and encrypting the data before storing it. For our online customers that have recurring charges, CC data is split, encrypted (128-bit), then sent to two DB servers behind our firewall. When it comes time to charge, the information is re-assembled outside of public space and processed as needed. NEVER make the full credit card visible.

That has been our experience, hope that helps.

Bing

eelixduppy

7:54 am on Nov 7, 2007 (gmt 0)



Nicely said, inclick, and Welcome to WebmasterWorld! :)

Habtom

7:55 am on Nov 7, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



inclick, thanks and Welcome to WebmasterWorld.