Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdroalves/encrypted-mongodb
This is a proof-of-concept implementation of the framework proposed by [Alves and Aranha 2018] with the purpose of offering a wrapper on MongoDB's Python driver that enables a application to store and query encrypted data on the database.
https://github.com/pdroalves/encrypted-mongodb
cryptography mongodb mongodb-python-driver privacy-preserving
Last synced: about 2 months ago
JSON representation
This is a proof-of-concept implementation of the framework proposed by [Alves and Aranha 2018] with the purpose of offering a wrapper on MongoDB's Python driver that enables a application to store and query encrypted data on the database.
- Host: GitHub
- URL: https://github.com/pdroalves/encrypted-mongodb
- Owner: pdroalves
- License: gpl-3.0
- Created: 2016-09-06T16:42:42.000Z (over 8 years ago)
- Default Branch: jisa
- Last Pushed: 2018-01-15T17:57:51.000Z (almost 7 years ago)
- Last Synced: 2024-08-05T00:04:14.761Z (5 months ago)
- Topics: cryptography, mongodb, mongodb-python-driver, privacy-preserving
- Language: Python
- Homepage:
- Size: 281 KB
- Stars: 21
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.md
Awesome Lists containing this project
- awesome-he - encrypted-mongodb - Wrapper on MongoDB's Python driver that enables to query encrypted data. (Databases)
README
# A proof-of-concept searchable encryption backend for MongoDB
[University of Campinas](http://www.unicamp.br), [Institute of Computing](http://www.ic.unicamp.br), Brazil.
Laboratory of Security and Cryptography - [LASCA](http://www.lasca.ic.unicamp.br),
Multidisciplinary High Performance Computing Lab - [LMCAD](http://www.lmcad.ic.unicamp.br).Author: [Pedro G. M. R. Alves](http://www.iampedro.com), PhD. student @ IC-UNICAMP,
Advisor: [Diego F. Aranha](http://www.ic.unicamp.br/~dfaranha).## About
This is a proof of concept implementation of the framework proposed by [Alves and Aranha (2018)] with the purpose of offering a wrapper on MongoDB's Python driver that enables a application to store and query encrypted data on the database.
## Citing
Please cite using the template below:@Article{Alves2018,
author="M. R. Alves, Pedro G.
and Aranha, Diego F.",
title="A framework for searching encrypted databases",
journal="Journal of Internet Services and Applications",
year="2018",
month="Jan",
day="03",
volume="9",
number="1",
pages="1",
issn="1869-0238",
doi="10.1186/s13174-017-0073-0",
url="https://doi.org/10.1186/s13174-017-0073-0"
}# Licensing
This code is released under an GPLv3 license.
## Disclaimer
This is a proof of concept implementation. We do not recommend the use of this code on production and we do no claim that the cipher implementations here provided are correct or secure. Use at your own risk.
**Privacy Warning:** This site tracks visitor information.