Instructions
Our project was made using the cryptography library in python.
- Make sure the python cryptography library is up to date.
Type in terminal: pip install cryptography --upgrade
-
Make sure sure you save the server.key and the client.key in a folder called certs in the same directory you run the code in.
-
Save and keep the dh.py in the same directory as all the other python scripts.
-
Run server.py
-
Run cache.py
-
Run client.py