SQLiteEncryptionUsingEFCore icon indicating copy to clipboard operation
SQLiteEncryptionUsingEFCore copied to clipboard

SQLite Encryption using Entity Framework Core (EFCore)

Results 4 SQLiteEncryptionUsingEFCore issues
Sort by recently updated
recently updated
newest added

It's not an issue instead of a question. I saw the connection password is "Test123",I used 3rd app to try to open, but it can't be opened with "The password...

After I did all the steps, file.db was created, when I am trying to open this file by DB Browser I get some error "Could not open database file, Reason:...

I have a xamarin form application that is use sqlite. I want to protect sqlite file using password. I use the same method in the example, but I get this...

Item 3 on the readme says: > Add a NuGET reference to Microsoft.EntityFrameworkCore.Sqlite.Core in your project This is a really important step: DO NOT add a reference to Microsoft.EntityFrameworkCore.Sqlite, otherwise...