Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are some best practices for handling sensitive information?

I'm currently creating an application for a customer that will allow them to automatically bill their customers credit cards.

I'm curious as to what are some best practices to safely store and access the credit card information, and for that matter, any other sensitive information, like social security numbers, account numbers and so on.

I'm assuming encryption of some type will be employed, but before I dig in too deep I wanted to see how others are handling these types of requirements.

Not that it matters, but we are designing the software using Microsoft SQL Server for the database, and using C# and ASP.NET.

like image 726
mattruma Avatar asked Dec 14 '22 06:12

mattruma


1 Answers

Read the PCI requirements. Everything will be there.

Actually, you must follow them.

like image 69
mannu Avatar answered Dec 28 '22 10:12

mannu