I am using SQLite database version 3 with C# Windows application.. i want to encrypt the SQLite database file using password or any other encryption way in order to prevent clients to open it from program files folder.
i don't want any runtime encryption ways, i just want to make the database file show password field when a client try to open it from the program files .. thanks
Edit
and if i encrypted it from code,the client can open it when the installation complete and db file transferred to the program files before opening the program to perform the encryption isnt it?