How to access an encrypted sqlite database?
(1) By Sarah (SarahLeroy) on 2022-06-18 06:53:16 [source]
I have developed a WPF app (Net5.0). For the app I used SQLite Database to store the data. The database is encrypted with a password using sqlcipher. To connect to the database in VS I use the package "System.Data.SQLite Version 1.0.115.5".
Does anyone know how to decrypt the database in Visual Studio so that the data can be accessed (the password used for encryption is known)?
(2) By Chris Locke (chrisjlocke1) on 2022-06-18 14:29:41 in reply to 1 [link] [source]
System.Data.SQLite does support encryption, but its not compatible with sqlCipher. In fact, its not compatible with pretty much anything.
https://stackoverflow.com/questions/54873400/system-data-sqlite-what-type-level-of-password-encryption-is-used