Best practices to store CreditCard information into DataBase
Posted
by Garis Suero
on Stack Overflow
See other posts from Stack Overflow
or by Garis Suero
Published on 2010-06-08T23:48:43Z
Indexed on
2010/06/08
23:52 UTC
Read the original article
Hit count: 417
In my country the online payments are not an old thing, the first time i saw a web application taking payments directly to a local bank account was last year.
So, Im a newbie coding web payment system.
My question is, what are the best practices to store creditcard information into the database...
I have many ideas: encrypting the creditcard, database security restriction, etc.
What have you done?
© Stack Overflow or respective owner