zerodb
Encrypted data storage system
A database system designed to store and query encrypted data without exposing the encryption key.
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.
2k stars
83 watching
102 forks
Language: Python
last commit: over 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
cryptdb/cryptdb | A system for processing and encrypting SQL queries over encrypted data in a database. | 502 |
unum-cloud/ustore | An in-memory NoSQL database system with ACID guarantees, supporting multi-modal data storage and interaction with various programming languages. | 549 |
pdroalves/encrypted-mongodb | A wrapper around MongoDB's Python driver to enable searchable encryption of data on the database | 22 |
bcrowe/cakephp-encrypted-type | Provides field-level encryption within the application layer before data is stored or transmitted to the database. | 8 |
cossacklabs/acra | Database security suite with field-level encryption, search through encrypted data, SQL injections prevention and intrusion detection capabilities. | 1,357 |
firstbatchxyz/hollowdb | A privacy-preserving key-value database on the Arweave blockchain | 62 |
lucaong/cubdb | An embedded key-value database designed for robustness and minimal resource usage, supporting atomic transactions, concurrency control, and range selection. | 566 |
carnage/doctrine-encrypted-column | Provides a secure way to encrypt data stored through an object-relational mapping system | 36 |
yottadb/ydb | A C-based implementation of a self-contained, serverless, zero-configuration, transactional database system | 76 |
mongodb/libmongocrypt | A cryptographic library used to encrypt data stored in MongoDB | 95 |
google/leveldb | A fast key-value storage library written at Google providing an ordered mapping from string keys to string values | 36,564 |
datacrypt-project/hitchhiker-tree | A data structure and application framework for building fast, persistent, and scalable databases. | 1,191 |
monoclex/stringdb | A lightweight, modular key-value pair store designed to consume minimal resources and produce compact databases | 70 |
iondbproject/iondb | A lightweight key-value data store designed for resource-constrained systems with disk-based storage and query support. | 586 |
man-group/arcticdb | A high-performance, serverless DataFrame database built for Python Data Science applications | 1,511 |