searchable-encryption
There are 34 repositories under searchable-encryption topic.
paragonie/ciphersweet
Fast, searchable field-level encryption for PHP projects
OpenSSE/opensse-schemes
Implementation of some SSE schemes, including Sophos, Diana and Janus
JezaChen/SSEPy
SSEPy: Implementation of searchable symmetric encryption in pure Python
atulmahind/PEKS
Implementation of Public Key Encryption with Keyword Search
JezaChen/Searchable_Symmetric_Encryption
Implementation of searchable symmetric encryption scheme (SSE-1 in [CGKO06]) in pure Python
cipherstash/ore.rs
Order-revealing encryption library used by the CipherStash searchable encryption platform.
Suxyuuu/SWP-of-searchable-encryption
对称可搜索加密SWP方案的C++实现
andreaferretti/lethe
Oblivious RAM for Scala
cipherstash-archive/activestash
Encrypted search for encrypted ActiveRecord models
thanghoang/POSUP
POSUP: Oblivious Search and Update Platform with SGX (PETS'19)
paulveillard/cybersecurity-searchable-symmetric-encryption
An ongoing & curated collection of awesome software best practices and techniques, libraries and frameworks, E-books and videos, websites, blog posts, links to github Repositories, technical guidelines and important resources about Searchable Symmetric Encryption.
thanghoang/IM-DSSE
Implementation of IM-DSSE framework (IEEE TSC'19)
atulmahind/song-wagner-perrig
Implementation of final search scheme described in Practical Techniques for Searches on Encrypted Data
osu-crypto/ODSE
Implementation of Oblivious Dynamic Searchable Encryption Framework
cipherstash/cipherstash-playground
A playground to experiment with CipherStash and our data security capabilities.
rubengrootroessink/IKK-query-recovery-attack
This repository contains my implementation of the IKK attack as proposed by Islam et al. in their paper 'Access Pattern disclosure on Searchable Encryption: Ramification, Attack and Mitigation'. I used this code for my graduation thesis at the University of Twente for the Cyber Security Master program (part of the Computer Science Master).
vt-asaplab/MAPLE
MAPLE: Metadata-Hiding Policy-Controllable Encrypted Search Platform
cburkert/zidx
Implementation of secure indexing scheme by Goh
cipherstash/cipherstash-dynamodb
Searchable encryption for DynamoDB using CipherStash and ZeroKMS
MarcT0K/Refined-score-atk-SSE
Code to simulate Score and Refined Score attacks on Searchable Symmetric Encryption (SSE)
vt-asaplab/MUSES
Efficient Multi-User Searchable Encrypted Database
cipherstash-archive/ruby-ore-rs
Ruby bindings for the ore.rs Order-Revealing Encryption library
guanyg/vsse
Achieve Efficient and Verifiable Conjunctive and Fuzzy Queries over Encrypted Data in Cloud
qii67/SearchableEncryption
Java Implementation for paper: practical techniques for searches on encrypted data
cloudsecuritygroup/arca
A collection of encrypted search algorithms
dylanzjy/PredicateEncryption
Hierarchical Predicate Encryption
cipherstash/cipherstash-proxy-playground
A playground to experiment with the CipherStash Proxy and its data security capabilities.
maxirmx/LSABE
Lightweight Searchable Encryption Protocol (LSABE)
maxirmx/LSABE-MA
Lightweight Searchable Encryption Protocol Multi Authority (LSABE-MA)
mhasan08/sse-db
SSE-DB
thanghoang/ODSE
Implementation of Oblivious Dynamic Searchable Encryption Framework (DBSec'18 & JCS'19)
manelfideles/encryption-assignment
Homomorphic & Searchable encryption applied to concrete problems proposed in a college assignment.
osu-crypto/IM-DSSE
Implementation of IM-DSSE framework