# nucypher/zerodb

*This project is no longer actively maintained. If you'd like to become the maintainer, please let us know.* ZeroDB is an end-to-end encrypted database. Data can be stored and queried on untrusted database servers without ever exposing the encryption key. Clients can execute remote queries against the encrypted data without downloading all of it or suffering an excessive performance hit.

Repository: https://github.com/nucypher/zerodb
Canonical: https://ross.abutalabs.com/products/zerodb
Language: Python
License: AGPL-3.0
License Family: copyleft
Archived: true
Last push: 2018-06-11T20:39:13+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3924, "days_push": 3005, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1546, forks 99 (observed 2026-08-28T04:05:01.631387+00:00)

## What it is
ZeroDB is an end-to-end encrypted database built on ZODB, allowing data to be stored and queried on untrusted servers without exposing encryption keys. Clients can run remote queries against encrypted data without downloading everything or suffering excessive performance loss.

## Use cases
- store encrypted data on an untrusted server
- query a database without the server seeing plaintext
- keep encryption keys client-side while outsourcing storage
- search encrypted records remotely
- build privacy-preserving cloud storage apps

## When to choose
- you need client-side encryption with queryable encrypted data on untrusted infrastructure
- you want a Python/ZODB-based encrypted database
- you're researching searchable encryption techniques

## When to avoid
- you need actively maintained software with security updates
- you need production-grade encrypted database support
- you need a database other than Python/ZODB ecosystems

## Facets
- artifact type: library
- maturity: abandoned
- function: database, cryptography, search-engine
- domain: databases, security, privacy
- platform: python
- tags: end-to-end-encryption, encrypted-database, untrusted-server, client-side-encryption, zodb, linux, macos

## Member repositories
- nucypher/zerodb (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:01.631387+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:30:34.326358+00:00, confidence not recorded.
  - readme: https://github.com/nucypher/zerodb (fetched 2026-08-28T04:05:01.631387+00:00, sha ff50ec8a08ea)
- Data as of 2026-08-30T08:39:29.467469+00:00.
