-
-
Notifications
You must be signed in to change notification settings - Fork 98
Closed
Description
@utelle, myself and my colleague have been digging through the project and evaluating it as a possible alternative to SQLCipher and the SQLite's authors' SEE extension. We are searching for a standalone loadable encryption-enabled VFS extension that can be used for both a Swift-based iOS project and a Kotlin/C/C++ Android project.
There are a few questions that we couldn't answer ourselves as we are very far from SQLite programming experts:
- If we forget about compatibility and interoperability between different SQLite encryption libraries, are there any stoppers to omit all the patches applied in
script/patchsqlite3.shamalgamation file and compile the library's sources against an official untouchedsqlite.cfile? - Client processes on iOS would already have an initialized SQLite instance, probably loaded as a dynamic library. Can
sqlite3mc_initialize()be called manually ? - What modifications are required to be able to build the VFS as a standalone dynamically linked extension for SQLite?
Thank you
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels