Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myl7/omnes-pro-uno
Unofficial implementation of Omnes pro uno: Practical multi-writer encrypted database
https://github.com/myl7/omnes-pro-uno
crypto encrypted-database multi-writer sse
Last synced: about 1 month ago
JSON representation
Unofficial implementation of Omnes pro uno: Practical multi-writer encrypted database
- Host: GitHub
- URL: https://github.com/myl7/omnes-pro-uno
- Owner: myl7
- License: apache-2.0
- Created: 2023-10-27T06:20:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T09:28:18.000Z (about 1 year ago)
- Last Synced: 2024-10-13T16:43:32.297Z (2 months ago)
- Topics: crypto, encrypted-database, multi-writer, sse
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Omnes pro uno
Unofficial implementation of [_Omnes pro uno: Practical multi-writer encrypted database_][Omnes pro uno]
[Omnes pro uno]: https://www.usenix.org/conference/usenixsecurity22/presentation/wang-jiafan
## Dependencies
In addition to [Poetry], you also need to install [Charm-Crypto].
Charm-Crypto installation can be difficult nowadays since many dependencies are outdated.
We provide a Docker image [myl7/charm-crypto] with Charm-Crypto installed for your convenience.
This Docker image is released on Docker Hub.
The original Dockerfile is available at [docker/charm.dockerfile](docker/charm.dockerfile).
In that case you need to run `poetry config virtualenvs.create false` to reuse the system dependencies.[Poetry]: https://python-poetry.org/
[Charm-Crypto]: https://jhuisi.github.io/charm/
[myl7/charm-crypto]: https://hub.docker.com/r/myl7/charm-crypto## License
Copyright (C) myl7
SPDX-License-Identifier: Apache-2.0