Securing local sql server express MDF/LDF
- From: tofu.captain@xxxxxxxxx
- Date: 11 Sep 2006 11:39:13 -0700
I am developing a .net application that uses a local sql server express
database. I am concerned about the security of the local database as
the user of the application can navigate to the installation directory
and copy the files.
My question is: How can I secure these files?
My concerns:
1. I have read about EFS and do not think this is a viable solution
when the application is deployed.
2. Encrypting all fields of the database will probably cause too much
overhead in the application. Is there any fast encrypt/decrypt methods
available?
3. Are there any third party tools that can either solve my issue at
either the file level or database field level?
.
- Follow-Ups:
- Re: Securing local sql server express MDF/LDF
- From: Arnie Rowland
- Re: Securing local sql server express MDF/LDF
- Prev by Date: Re: Changing security authentication type.
- Next by Date: Re: Tools For Scanning Data?
- Previous by thread: Changing security authentication type.
- Next by thread: Re: Securing local sql server express MDF/LDF
- Index(es):
Relevant Pages
|