On 27 Nov 2019, at 7:22am, Luca Scurati <lucascurati2...@gmail.com> wrote:

> I ecnrypt the db through the DB Browser for SQLCipher tool. If I try to 
> access the database from this application, it works.Do you have any other 
> method for encrypt a SQLite db?

SQLite databases can be encrypted in many different ways.

The encryption method used by SQLCipher is not the same as the default 
encryption used by Microsoft.Data.Sqlite or System.Data.SQLite.  If you want to 
use it, read the documentation for SQLCipher on how to access your database in 
your own software.

<https://www.zetetic.net/sqlcipher/documentation/>

I'm sorry but I don't know enough about Windows to advise you further, but 
perhaps someone else does.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to