How best to process store Credit Card data (C#/ASP.NET/SS2005)

  • Thread starter Thread starter FredZimmerman
  • Start date Start date
F

FredZimmerman

I have an application that is running ASP.NET and C# code-behind on a
secure web server (at ISP).

I want to have users enter credit card numbers (hidden or masked of
course), and pass this string to a SQL Server 2005 back-end.

I'll likely use Asymmetric keys to store the number encryped in SQL
Server table.

I'd like to see a tutorial on best, most secure way to do this.

I know there are different options (HTTPS, encrypting string on web
app side then passing over the wire, etc.)

I want to keep application code straight forward. I can use a third
party library if I can get open license to use it in this commercial
client application, if one is available and inexpensive. Otherwise I
can do it custom myself.

Thanks.

FZ (Atlanta)
 
I have an application that is running ASP.NET and C# code-behind on a
secure web server (at ISP).

I want to have users enter credit card numbers (hidden or masked of
course), and pass this string to a SQL Server 2005 back-end.

I'll likely use Asymmetric keys to store the number encryped in SQL
Server table.

I'd like to see a tutorial on best, most secure way to do this.

I know there are different options (HTTPS, encrypting string on web
app side then passing over the wire, etc.)

I want to keep application code straight forward. I can use a third
party library if I can get open license to use it in this commercial
client application, if one is available and inexpensive. Otherwise I
can do it custom myself.

http://en.wikipedia.org/wiki/PCI_DSS

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top