-
**Is your feature request related to a problem? Please describe.**
In order to protect sensitive information stored in the Database, encryption and decryption functionality would be nice.
**…
-
I've been setting up and testing [`better-sqlite3-multiple-ciphers`](https://github.com/m4heshd/better-sqlite3-multiple-ciphers) with my existing projects and have hit a slight bump on the road. This …
-
I used a better-sqlite3-sqleet node package for encrypt database.
It's working well. But sometimes some of my user's DB is unexpectedly broken.
Is there anyway to fix a sqleet encrypted broken DB?
…
almas updated
3 years ago
-
Hi amazing team! , I was wondering if there could be any way to protect the database from accessing like MySQL, firebase, MongoDB ... etc.
I know sqlite3 does not provide this technique but I hope …
-
better-sqlite-sqlcipher do not install in Windows 7, node v13.14.0.
Los proyectos de esta solución se van a compilar de uno en uno. Para habilitar la compilación en paralelo, agregue el modificador…
-
I just found https://github.com/journeyapps/node-sqlcipher module. It seems replacement of sqlite3.
Is there anyway to use it with better-sqlite3?
I think that better-sqlite3 is best option to us…
almas updated
3 years ago
-
Hello!
When using Sqleet in Sqlite, I encountered the problem of encrypting the database through PRAGMA rekey=NewPassword. Occurs when I import an unencrypted database and try to set a new password f…
-
I was trying to build electron-app from linux-x64 to platform win32 and arch x64. But these errors occured.
npx electron-builder --win
• electron-builder version=22.9.1 os=5.8.0-43-generic
•…
-
A draft of a new cryptosystem for the next major version of sqleet. The current sqleet v0 cryptosystem is strong and the goal here is improving secure enclave (TPM/SGX/TrustZone) support and reducing …
-
```
$gcc sqleet.c shell.c -o sqleet -lpthread -ldl
sqleet.c:229304:9: warning: 'syscall' is deprecated: first deprecated in macOS
10.12 - syscall(2) is unsupported; please switch to a support…