Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/threema-ch/better-sqlcipher
A fork of better-sqlite3 with support for sqlcipher
https://github.com/threema-ch/better-sqlcipher
Last synced: about 1 month ago
JSON representation
A fork of better-sqlite3 with support for sqlcipher
- Host: GitHub
- URL: https://github.com/threema-ch/better-sqlcipher
- Owner: threema-ch
- License: mit
- Created: 2024-06-03T09:54:09.000Z (7 months ago)
- Default Branch: 9.6.0-sqlcipher4.5.7-bearssl0.6
- Last Pushed: 2024-06-03T10:14:26.000Z (7 months ago)
- Last Synced: 2024-06-04T12:01:44.783Z (7 months ago)
- Language: C++
- Size: 96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# better-sqlcipher
[better-sqlite3](https://github.com/JoshuaWise/better-sqlite3) built with
[SQLCipher](https://www.zetetic.net/sqlcipher/).This is the better-sqlite3 library patched to use SQLCipher instead.
## Changes
- Use SQLCipher instead of SQLite
- Disable some SQLite features that we don't use to reduce the attack surface
- Remove `prebuild` dependency and always build locally
- Remove `bindings` dependency
- Remove `sqlite`, `sqlite3` and `nodemark` dependencies (this breaks benchmarks)
- Add type declarations
- Add tests for the encryption functionality