-
- [x] I have searched open and closed issues for duplicates
- [x] I am submitting a bug report for existing functionality that does not work as intended
- [x] I have read https://github.com/signalap…
-
Hello everyone and thanks for this great project.
I added "sqlcipher3" in my "buildozer.spec" file and it compiled good, but when I tried to debug, there was not an ARM64 package for SQLCipher3.
…
-
```
Fatal Exception: android.database.sqlite.SQLiteException: file is not a database (code 26): , while compiling: SELECT COUNT(*) FROM sqlite_schema;
###############################################…
-
Hi and thank you for everything you are doing. I just started using Tauri (+ this plugin) for a side Angular project and results were amazing so far.
One thing left to figure out, my app will be do…
-
I don't know which compiler options were used to compile SQLite in here to work with Android so I can't repeat it myself at the moment. But I want to suggest to recompile it with adding SQLcipher exte…
-
- Added a below line of code in my code base
` SQLiteDatabase db = SQLiteDatabase.openOrCreateDatabase(dbOutputFile, "password", null, null, null);`
implementation 'net.zetetic:sqlciph…
-
After updating to .Net 9 we get "Disk I/O error". A read and write test with a simple text file in IDBFS was successful in .Net 9. See this thread:
https://github.com/ericsink/SQLitePCL.raw/issues/…
-
# Database Encryption Engines
* https://github.com/sqlcipher/sqlcipher
* https://www.zetetic.net/sqlcipher/ios-tutorial/
* https://github.com/sqlcipher/sqlcipher/issues/371#issuecomment-1969414…
-
The flutter_sqlcipher plugin bundles and wraps SQLCipher, an open-source extension to SQLite that provides transparent 256-bit AES encryption of database files.
- https://github.com/drydart/flutter…
artob updated
5 years ago
-
More secure database type that is derived from sqlite. Probably easy to switch.