Securing fields



Howdy,

I'm planning on storing credit card numbers in my SQL database for online
ecommerce. Whats the best scenario to secure the data in SQL? Can I encrypt
the field so if browsing table data it won't appear? Of course i'm using SSL
for capturing the data from the website, sending it SQL. the SQL database
has limited logins and access but I want to protect this information as best
as I can.

Thanks,

--
D a v i d L o z z i
Data & Web Technology Specialist
Delphi Technology Solutions, Inc.
Wilmington, MA
dlozzi@(remove this)delphi-ts.com - www.delphi-ts.com


.



Relevant Pages

  • Re: Securing fields
    ... I'm planning on storing credit card numbers in my SQL database for online ... Whats the best scenario to secure the data in SQL? ... Great idea to encrypt it in the server. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Securing fields
    ... I'm planning on storing credit card numbers in my SQL database for online ... Whats the best scenario to secure the data in SQL? ... Great idea to encrypt it in the server. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Secure SQL Replication via GRPS
    ... > securest way to replicate a SQL database from a PDA accross GPRS? ... Even if the transport of the data is secure, ...
    (Security-Basics)
  • Re: Setting up DSN through Code
    ... I am connected to an SQL Database with linked tables. ... Whether it is secure, I don't know. ... just being linked presents security issues. ... possible to have a linked table to a SQL Server database where the connection is made securly over the internet. ...
    (microsoft.public.access.modulesdaovba)
  • Re: DataSet Updates to/from Sql Server
    ... to show records originating in a Sql database. ... that's a bit of an overstatement but if this is a typical winforms scenario, ... immediate notification of changes in the underlying data is anthitetical to ...
    (microsoft.public.dotnet.framework.adonet)

Loading