Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

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: 2 months 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.

Lists

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)