GoldenStone02 / ACG-assignment

An encryption systems made using Python for our Applied Cryptography Module in Year 1.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# To Prepare
1) Unzip the assignment_base.zip to a folder  e.g. ~/Desktop/ACG
2) Install Python 3.7 or later
3) Install required package(s) using the command [pip install -r requirements.txt] as the file requirements.txt can be found in ~/Desktop/ACG


# To Run
1) Open a new terminal window and change directory into ~/Desktop/ACG/
2) Run the command [python -m server.py] to start the server.

3) Open another new terminal window and change directory into ~/Desktop/ACG/
4) Run the command [python -m client.py] to start the client.

5) You will notice the directory ~/Desktop/ACG/source/server/data/ will have increasing number of pictures.

 ---- End. ----

About

An encryption systems made using Python for our Applied Cryptography Module in Year 1.


Languages

Language:Python 100.0%