https://github.com/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.
https://github.com/nucypher/zerodb
Last synced: about 1 year ago
JSON representation
*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.
- Host: GitHub
- URL: https://github.com/nucypher/zerodb
- Owner: nucypher
- License: agpl-3.0
- Created: 2015-12-06T01:29:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-06-11T20:39:13.000Z (about 8 years ago)
- Last Synced: 2025-03-25T14:06:56.565Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 3.23 MB
- Stars: 1,557
- Watchers: 82
- Forks: 102
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
*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 on untrusted database servers without ever exposing the
encryption key. Clients can execute remote queries against the encrypted data
without downloading it or suffering an excessive performance hit.
Special thanks to ZODB community on which ZeroDB is based.
### Technical white paper: [https://arxiv.org/abs/1602.07168](https://arxiv.org/abs/1602.07168)
### Documentation: [https://github.com/zerodb/zerodb/blob/master/docs/source/index.rst](https://github.com/zerodb/zerodb/blob/master/docs/source/index.rst)