ericsink / SQLitePCL.raw

A Portable Class Library (PCL) for low-level (raw) access to SQLite
Apache License 2.0
525 stars 109 forks source link

About e_sqlcipher builds #417

Closed ericsink closed 3 years ago

ericsink commented 3 years ago

I wrote a wiki page to give more background and context about my e_sqlcipher builds:

https://github.com/ericsink/SQLitePCL.raw/wiki/Expectation-setting-for-e_sqlcipher

Questions and concerns are welcome here.

Tagging @sjlombardo so the folks at Zetetic can provide corrections if I said anything that isn't quite right.

ericsink commented 3 years ago

A coworker sent me this meme. I laughed and decided it should be here as well:

image

sjlombardo commented 3 years ago

Hello @ericsink, this is a great Wiki page, and should be very helpful for those evaluating or choosing to implement SQLCipher in their projects. I also appreciate the kind words about SQLCipher and Zetetic. Most of all though, thank you for your work on SQLitePCL.raw, through which all things "SQLite" are possible in .NET. Without this project, using customized SQLite packages like SQLCipher would be incredibly painful, so we are very grateful for it.

bricelam commented 3 years ago

I've also tried to be very clear about this in the Microsoft.Data.Sqlite docs (here and here). Let me know if you want me to change any wording or add a big red caution to these pages linking to your wiki.