-
- [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/sign…
-
We integrated https://github.com/utelle/SQLite3MultipleCiphers into the libSQL source tree, but we should really pick one cipher and stick to that. The best one seems to be SQLCipher.
-
When trying to use sqlcipher_flutter_libs package with sqlite3 and drift on windows, the build fails. Android, iOS and macOS are working. On windows I get the following errors:
`libcrypto64MDd.lib(…
-
* [X] I've read and understood the [*CONTRIBUTING* guidelines and have done my best effort to follow](https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md).
# Report
## What did yo…
groue updated
1 month ago
-
from android-database-sqlcipher 4.5.4 to sqlcipher-android4.5.6
receive some error
If it is a new installation, it is not a problem, only the overlay installation is a problem
here is log:
Fail…
-
sqlcipher: https://github.com/sqlcipher/sqlcipher has the sqlite C/C++ API but adds encryption support. To enable encryption support you must set a PRAGMA before opening a file. I tried to build persi…
-
Passing a key in the connectionstring seems to create a database with sqlcipher 3 encryption. How do we create a database with sqlcipher 4 encryption?
-
As you can see in the title, Can you add support of the Encrypted SQLite?
You just have to add the password key field.
Thanks! 🥀
-
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;
###############################################…