Contributions

Payment Modules (Category Index)
Search: 

Encrypting Credit Card via mcrypt

This contribution is intended to improve on the storage of the credit card number (cc_number) in the orders table. As of osc 2.2ms2051113, the cc_number is still stored in plain text in the database. Even with the best of site security, who's to say a backup copy of your database isn't obtained by an unauthorized party? Or what if your database is hacked through no direct fault of your own? Having cc_number in plain text just isn't safe. I will agree with everyone that simply NOT storing cc_number is the best security option. However, if you need a copy of it for a while then you, at the very least, need to protect it. That's why I pulled this contrib together.

Expand All / Collapse All

Encrypting Credit Card via mcrypt v0.3 8 Apr 2006

Support Forum: http://forums.oscommerce.com/index.php?showtopic=202177

COMPLETE PACKAGE

Encrypting Credit Card via mcrypt v0.2 8 Apr 2006
Encrypting Credit Card via mcrypt 8 Apr 2006

Note: Contributions are used at own risk.