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
- Host: GitHub
- URL: https://github.com/jezachen/searchable_symmetric_encryption
- Owner: JezaChen
- Created: 2019-02-28T06:30:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-14T04:32:39.000Z (about 4 years ago)
- Last Synced: 2025-03-23T21:51:52.407Z (about 1 year ago)
- Topics: cryptography, encryption, research, searchable-encryption, searchable-symmetric-encryption, sse
- Language: Python
- Homepage:
- Size: 11.4 MB
- Stars: 25
- Watchers: 0
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)