I am using SQLite database version 3 with C# Windows application..
i want to encrypt the SQLite database using password or any other encryption way in order not to enable clients to open it.
and what are the changes should be added to the connection string in the config file.
-
set password for your Sql db then remove pass from app.config file and set it problematically in your codeKF2– KF22012-08-30 06:02:16 +00:00Commented Aug 30, 2012 at 6:02
-
possible duplicate of stackoverflow.com/q/1259561/1045728Tommy Grovnes– Tommy Grovnes2012-08-30 16:17:20 +00:00Commented Aug 30, 2012 at 16:17
Add a comment
|