Skip to content

baddymaster/se

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Blind Storage and Symmetric Searchable Encryption

Compiling and Running the System

  1. Install boost library (http://www.boost.org/)
  2. Install cryptopp library (https://www.cryptopp.com/)
  3. Compile the code using make
  4. Run the executable bin/blindStorage

Note: Replace the links in the main file where the data is stored on your computer. We used the [Enron dataset] (https://www.cs.cmu.edu/~./enron/) in the paper.

The code was written and tested on a Mac machine.

If you have any questions about the code or the paper, please email me at naveed2 at illinois dot edu.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.4%
  • C 3.9%
  • Makefile 1.7%