Searchable Encryption Scheme
Link to the published master thesis paper.
Steps:
- Download the enron dataset from this link https://www.cs.cmu.edu/~enron/enron_mail_20150507.tar.gz and unzip it.
- Change the test_folder_path variable in env_var.py to match the location of the dataset.
- Run experiment2.py to create the multiple database collection that vary in the number of files they handled.
- Run experiment3.py to query the words that were extracted from the logs of experiment2.py
- Run plot_build_index.py to get the performance results graph for building an index database.
- Run the plot_search.py to get the performance results graph for querying the index database.