Skip to content
forked from osu-crypto/ODSE

Implementation of Oblivious Dynamic Searchable Encryption Framework (DBSec'18 & JCS'19)

License

Notifications You must be signed in to change notification settings

thanghoang/ODSE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oblivious Dynamic Searchable Encryption (ODSE) Framework

This framework contains the basic implementation of three ODSE schemes described here and here (free version here). Each ODSE scheme is implemented individually and separately. This project is built on CodeLite IDE. It is recommended to install CodeLite to load the full ODSE workspaces.

Required Libraries

  1. ZeroMQ
  2. Libtomcrypt
  3. Google sparsehash
  4. Intel AES-NI (optional)
  5. NTL library v9.10.0

Installation/Configuration/Build/Complile Instructions

Detailed step-by-step instructions regarding building and installation of ODSE schemes is described in their own folder. Please refer to README.md located in each project folder for more details.

Citing

If the code is found useful, we would be appreciated if our paper can be cited with the following bibtex format

@article{hoang2019multi,
  title={A Multi-Server Oblivious Dynamic Searchable Encryption Framework},
  author={Hoang, Thang and Yavuz, Attila A and Durak, F Bet{\"u}l and Guajardo, Jorge},
  journal={Journal of Computer Security},
  number={Preprint},
  pages={1--28},
  publisher={IOS Press}
}

Further Information

For any inquiries, bugs, and assistance on building and running the code, please feel free to contact me at hoangm@mail.usf.edu.

Releases

No releases published

Packages

No packages published

Languages

  • C++ 84.7%
  • Makefile 13.2%
  • C 2.1%