How to access an encrypted sqlite database?
Sarah
186
Reputation points
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)?
Developer technologies XAML
859 questions
Sign in to answer