saleem-mirza / serilog-sinks-sqlite

A Serilog sink that writes to SQLite
Apache License 2.0
56 stars 44 forks source link

Password protected database #26

Open RasikaWaykar opened 4 years ago

RasikaWaykar commented 4 years ago

How to make SQLite database password protected?

js8080 commented 3 years ago

I'm also interested in this. Does SQLite even support encrypted databases? Documentation I've seen on the matter is confusing...

js8080 commented 3 years ago

System.Data.SQLite dropped support for the "Legacy CryptoAPI Codec" in its latest version: https://system.data.sqlite.org/index.html/doc/trunk/www/news.wiki

Therefore, updating Serilog.Sinks.SQLite to use encryption will require a more invasive rewrite to use an alternative SQLite client that supports encryption.