I am using EF6 to work with Sqlite database, Now I would like to password protect my local Sqlite database. I did googling but most of the links are using "Entity Framework core" or using "Ado .net". Anyone has sample or any hint how I will achieve this using EF6. I am using following packages:
Database extension: .db
