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)
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)