I have a project that uses encrypted SQLite databases for file storage. It references a dll called System.Data.SQLite.dll
Here are the file properties
I'm not sure where the dll came from, I inherited the project. I think it may be a third party encryption wrapper for the standard SQLite.
Anyway, I want to upgrade to the latest version of SQLite from Nuget, but so far I can't open the data files because they are encrypted. It looks like the latest versions of SQLite has encryption built in, and I've tried putting the encryption password in the connection string, but that didn't work.
I need to know whether the current built-in encryption is backwards compatible with my dll, and if it is then what do I need to change in my code to get it to work?
Aucun commentaire:
Enregistrer un commentaire