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
Post a Comment