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
- Enhao Zhang
- Jiayi Fang
- Zhiqi Chen
- Jiangchen Zhu
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.