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

https://github.com/jezachen/searchable_symmetric_encryption

Implementation of searchable symmetric encryption scheme (SSE-1 in [CGKO06]) in pure Python
https://github.com/jezachen/searchable_symmetric_encryption

cryptography encryption research searchable-encryption searchable-symmetric-encryption sse

Last synced: about 1 year ago
JSON representation

Implementation of searchable symmetric encryption scheme (SSE-1 in [CGKO06]) in pure Python

Awesome Lists containing this project

README

          

# Searchable_Symmetric_Encryption
Based off the research of Reza Curmola, Juan Garay, Seny Kamara, Rafail Ostrovsky.

New version: [SSEPy](https://github.com/JezaChen/SSEPy)