I have an ASP.Net core (3.0.100-preview6-012264) project need to access password protected SQLite database that was encrypted by DB Browser for SQLCipher.
I followed the steps of the link below, use Microsoft.EntityFrameworkCore.Sqlite.Core and SQLitePCLRaw.bundle_sqlcipher package
https://github.com/paragpkulkarni/SQLiteEncryptionUsingEFCore
I also followed its reference, use Microsoft.Data.Sqlite package
https://www.bricelam.net/2016/06/13/sqlite-encryption.html
they didn't work!!
How could I access this password protected SQLite which encrypted by DB Browser for SQLCipher?