A project for COMP6453.
Ensure you have Python 3.9 installed on your system. Then follow these steps:
-
Clone the repository:
git clone https://github.com/zhewenshen/applied-cryptography-project.git
-
Navigate to the project directory:
cd applied-cryptography-project
-
Install the required dependencies:
pip3 install -r requirements.txt
For sample usage please refer to src/main.py
. Expected output can be found at demo_output.txt
.
This project is licensed under the MIT License - see the LICENSE
file for details.
If you use this project in your work, please cite it as follows:
@software{cs6453,
author = {Zhewen Shen, David Wong, Alex Vong and Luke Johnston},
title = {Privacy-Preserving Data Analytics using Fully Homomorphic Encryption},
year = {2024},
url = {https://github.com/zhewenshen/applied-cryptography-project},
}