Skip to content

ZHANG-EH/EECS475-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages