Skip to content

joonsberry/searchable-encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Searchable Encrytion

Data Security and Privacy Project 3

Collaborators: Jonathan Kenney and Brennan Thomas

Setup

Install a stable version of Python 3.6+

Use pip to install the cryptography package

pip3 install cryptography

Execution

First, create desired input files. These files should be located in the data/files folder and follow the naming convention f#.txt where # is a positive integer.

From TOP DIRECTORY, run in following order:

keygen.py

python3 build/keygen.py 32

NOTE: key size parameter can be 16, 24, or 32 (bytes)

enc.py

python3 build/enc.py

tokengen.py

python3 build/tokengen.py [KEYWORD]

NOTE: select keyword from various input files, punctuation is stripped

search.py

python3 build/search.py

Search results will be in data/result.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages