You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can add support for encrypted databases using SQLCipher by including an additional package [SQLitePCLRaw.bundle_sqlcipher](https://www.nuget.org/packages/SQLitePCLRaw.bundle_sqlcipher/).
186
+
187
+
I'll let [Eric Sink explain](https://github.com/ericsink/SQLitePCL.raw/wiki/How-to-use-SQLCipher-with-SQLite-net):
188
+
189
+
> What happens here is that SQLite-net references bundle_green, but at build time, bundle_sqlcipher gets substituted in its place.
190
+
183
191
## Thank you!
184
192
185
193
Thank you to the .NET community for embracing this project, and thank you to all the contributors who have helped to make this great.
0 commit comments