encrypted-mongodb
Encryption backend for MongoDB
A wrapper around MongoDB's Python driver to enable searchable encryption of data on the database
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.
22 stars
3 watching
4 forks
Language: Python
last commit: almost 7 years ago
Linked from 1 awesome list
cryptographymongodbmongodb-python-driverprivacy-preserving
Related projects:
Repository | Description | Stars |
---|---|---|
mongodb/libmongocrypt | A cryptographic library used to encrypt data stored in MongoDB | 95 |
nilportugues/mongodb-repository | A library that simplifies interactions with MongoDB databases by providing a uniform interface for common data operations. | 9 |
django-nonrel/mongodb-engine | A Python library that provides Django's ORM capabilities to MongoDB | 863 |
georgemarshall/django-cryptography | Provides primitives and drop-in replacements for encrypting data in Django | 383 |
manipuladordedados/pdiary | A simple terminal-based journal application with encryption support. | 34 |
ankane/lockbox | Provides modern encryption for Ruby applications and data storage | 1,460 |
emacsorphanage/mongo | Provides a way to interact with MongoDB databases using Emacs Lisp | 47 |
mpdavis/python-jose | Provides a Python implementation of the JOSE technologies for encrypting and/or signing content. | 1,548 |
mongodb-haskell/mongodb | Provides a Haskell interface to interact with MongoDB databases. | 172 |
nilportugues/eloquent-mongodb-repository | A package providing an alternative Eloquent implementation for MongoDB-based applications | 18 |
anof-cyber/pycript | A tool for bypassing client-side encryption in web applications during penetration testing and bug bounty activities | 186 |
cossacklabs/acra | Database security suite with field-level encryption, search through encrypted data, SQL injections prevention and intrusion detection capabilities. | 1,361 |
kushaldas/johnnycanencrypt | Provides a Python module with encryption and decryption capabilities using Rust. | 52 |
mongodb/mongo-rust-driver | A Rust library that provides an interface to MongoDB databases | 1,445 |
twisted/txmongo | An asynchronous Python driver for MongoDB | 338 |