This is the README.md file for first coursework of module LZSCC.363
This project has multiple python files that uses the cryptography library to create a multitude of security tools and solve problems regarding digital security.
To install the dependencies that the coursework uses, navigate to the directory that the scripts are installed into and use the command:
pip install -r requirements.txtTo run the python files that I submitted with this project use the commands:
python ex1.pypython ex2.pypython ex2_test_case_1.pypython ex2_test_case_2.pypython ex3.py