Protect database in offline C# project -


i wondering how protect access database in c# project run on computers without internet connection, 3-tier-architecture not applicable. should not possible copy database or ask values without using c# application.

you can password protect access database , store password resource, encrypting value if like. in code, read resource (decrypting if necessary) pass on connection string.


Comments

Popular posts from this blog

400 Bad Request on Apache/PHP AddHandler wrapper -

Add email recipient to all new Trac tickets -

php - Change action and image src url's with jQuery -