Protect SQLite database used by EntityFramework Core Application
I'm trying to use EntityFramework Core 1.0 (new name for EntityFramework 7) to manage an SQLite database in a C# Desktop application. I read official documentation and my test-application works. My question is: is it possibile to password-protect the database? I know that there are lot of way to do it, it exists also the .NET class System.Data.SQLite that allow to do that, but how to do it using EFCore 1? I can't understand if it is possible. Thanks for help, Enrico With EntityFramework Core 2.0 (EFCore 2.0), It is possible to use Encrypted SQLite database. Steps for using SQLite Encrypted