-
Hi!
Can you support encrypted SQLite (SQLcipher)?
I hope we can get a pure Go package (without CGO) like https://github.com/jackfr0st13/gorm-sqlite-cipher
Thanks :pray:
-
## **I have compatibility problems when using sqlcipher with sqlite_orm**
![image](https://github.com/fnc12/sqlite_orm/assets/47233058/59b0316c-73ab-4549-9a87-faeeede3bf5d)
## **When dealing wit…
DeHby updated
6 months ago
-
I've been seeing this in the logs recently.
```
ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12
```
Android 15 (Pixel 7a)
SQLCipher version: 4.6.1
-
We have an app that crashes when setting up Smart Store on some devices. It's not happening on any of our devices, so I don't have a full error log from Android Studio, but I've included error data fr…
-
Android, mobile
drift: ^2.20.2
drift_flutter: ^0.1.0
sqlite3: ^2.4.6
sqlcipher_flutter_libs: ^0.6.4
```
NativeDatabase.createInBackground(
file,
isolateSetup: () async …
-
I m having Android App that uses SQL cipher 2.2.0 library to encrypt the db. After Android 6.0 upgrade we updated to SQL cipher 3.3.1 since previous library was giving problem on android 6.0. After th…
-
In Android, you can generate AES keys in secure hardware, in the TEE (trusted execution environment) of the main processor:
KeyGenerator keyGenerator = KeyGenerator.getInstance("AES", "AndroidK…
-
Hello,
I'm working on a Capacitor project which uses **capacitor-community-sqlite-6.0.2**. Using an Android 15 emulator(API Level 35), which supports 16 KB page size(a new Android 15 feature descr…
-
### Issue
We see numerous logcat messages:
`sqlcipher D sqlcipher_mlock: mlock() returned -1 errno=12`
DB itself looks like it works normally.
#### Env
- module: "net.zetetic:sqlcipher-andr…
-
Following along the info stated in the readme file to a create a legacy SQLCipher encrypted DB that can be opened in SQLIte Browser.
Running this code:
```
import Database from 'better-sqlite3-mu…