HustSecurityLab / SR-DSSE

Source code of the paper entitled "Dynamic Searchable Symmetric Encryption with Strong Security and Robustness"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SR-DSSE

Source code of the paper entitled "Dynamic Searchable Symmetric Encryption with Strong Security and Robustness"

For IM-DSSE, we directly use the source code provided by Thang Hoang et. al.

Pre-Requests

To compile and run this code, cmake, GMP library, OpenSSL library, and TFHE are needed.

Some code read keys from ".key" files. Those ".key" files are generated by generating TFHE secret key and saving the generated keys to the disk using the API provided by the TFHE library.

Any questions related to the code please contact the first author of the paper HaoChen Dou.

About

Source code of the paper entitled "Dynamic Searchable Symmetric Encryption with Strong Security and Robustness"


Languages

Language:C++ 79.7%Language:Cuda 17.0%Language:CMake 3.3%