Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 847 Bytes

README.md

File metadata and controls

31 lines (27 loc) · 847 Bytes

eecs475-project

Instructions

Clone this project

$ git clone https://github.com/ZHANG-EH/EECS475-Project.git

Go to project root directory, install the package (make sure you are using python 3).

$ cd EECS475-Project
$ pip install substr_enc

Run a searching example.

$ python run.py

Group Members

  • Enhao Zhang
  • Jiayi Fang
  • Zhiqi Chen
  • Jiangchen Zhu

Proposal

We are going to build a software that implements the Substring-Searchable Symmetric Encryption. Further, in the software we will simulate a client-and-server interaction where client queries a string and server returns the result using this encryption scheme. We will also discuss the efficiency and security of this encryption.

The encryption we will implement is based on this paper.