SQLCipher
SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features. observed · 2026-08-28
Health v2 · maintenance only
94/100
- Activity 98
- Release rhythm 86
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 43
- age_days: 6608
- days_rel: 15
- days_push: 15
- n_releases_24m: 12
Adoption not part of the score
7254 stars · 1402 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
SQLCipher is an open-source fork of SQLite that adds full-database 256-bit AES encryption, tamper detection, and strong key derivation. It is a C library that can be embedded in applications on virtually any platform, with drop-in compatibility with standard SQLite APIs.
Use cases
- encrypt a local SQLite database file with AES-256
- store sensitive user data securely on mobile devices
- protect embedded application databases at rest
- convert a plaintext SQLite database to an encrypted one
- add tamper detection to a local database
- build an app that requires encrypted storage for compliance
When to choose
- you use SQLite and need transparent, on-the-fly encryption of the entire database file
- you need a mature, widely deployed embedded database encryption solution with minimal performance overhead
- you want application-level cryptography with zero configuration and multiple crypto provider options
When to avoid
- you need a client-server database with network access controls rather than file-level encryption
- you need encryption of individual columns or fields rather than the whole database file
- you require a pure managed-language solution without native C dependencies
Facets
library · maturity stable
database security cryptography databases security developer-tools cross-platform windows c sqlite encryption aes-256 embedded-database database-encryption android ios linux macos
2 sources
- readme: https://github.com/sqlcipher/sqlcipher · fetched 2026-08-28 · 9c4a6360c8e3
- homepage: https://www.zetetic.net/sqlcipher/ · fetched 2026-08-29 · 0379085bdb35
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sqlcipher/sqlcipher | main | 94 |
| sqlcipher/android-database-sqlcipher | sdk | 51 |
For agents
markdown · JSON · MCP: product_card(name="sqlcipher/sqlcipher")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem