What are the options available to encrypt a SQL Server Express database?

回眸只為那壹抹淺笑 提交于 2019-12-07 12:56:01

问题


We have a team of sales persons who travel often carrying a laptop loaded with Sales data in a SQL Server Express database. What are the options available to encrypt a SQL Server Express database?


回答1:


What's your threat model? Are you trying to stop a casual thief who's stolen a laptop, or a determined hacker? Are you trying to protect just the data, or also the schema?

If you're using SQL Server Express 2005 or higher, then it supports native asymmetric encryption. But if you're trying to stop a determined hacker, then I think the best option would be to encrypt the whole disk using something like TrueCrypt, or BitLocker for Vista/Windows7.




回答2:


You may also consider using transparent encryption solution for SQL Server called DbDefence. It is free for databases less than 77MB



来源:https://stackoverflow.com/questions/1714640/what-are-the-options-available-to-encrypt-a-sql-server-express-database

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!