Best Practice for Database Encryption in SQL Server 2005

前端 未结 4 1674
北恋
北恋 2020-12-20 16:00

I need to develop an application which stores data in a SQL Server 2005 database (the app itself will be either a WCF Service or an Asp.Net Web Service).

Now, this d

4条回答
  •  旧巷少年郎
    2020-12-20 16:21

    Have you considered encrypting your data at the file-system level?

    It's Windows 2008/Vista only, but it should give you what you need and it's what it's designed for.

提交回复
热议问题