Skip to content

andy-goryachev/SecDB

Repository files navigation

SecDB

Encrypted Key-Value Store.

Features

  • Encrypted key-value store
  • Bi-directional range queries
  • Bi-directional prefix queries
  • Append-only files for ease of synchronization

How to Use

The library is not yet ready for production use.

Acknowledgements

Many thanks to the developers of the following open source projects for the inspiration and parts of the code:

Why

I have several projects that need a general purpose, local, encrypted key-value database.
Something that could possibly get synchronized with a cloud-based storage.

This database will be used in the following projects:

  • Access Panel
  • Encrypted Notes
  • Secure Digital Archive
  • Secure, simple, elderly-oriented email client

Similar Projects

Could not find any.