JRMY
JRMY

Reputation: 1

How to use SQLcipher on c#

I realised a program in order to save login and password in Winform c#. I used sqlite to save the data but with DB Browser for SQLite I can view all my data :\

I read with sqlcipher I can set a password for the connection to the DB in order to protect the data. My question is how ? I installed the NuGetpackage sqlite-net-sqlcipher, add the file SQLite.cs from the below website to my solution explorer and to my packages.config https://github.com/praeclarum/sqlite-net/blob/master/src/SQLite.cs

Thank you for your help :)

Upvotes: 0

Views: 353

Answers (0)

Related Questions