This repo contains the Access Control System assignment from SYSC 4810: Network and Software Security.
- Clone the repo
git clone https://github.com/va9id/sysc4810.git
- Execute
main.py
python3 main.py
Run all the unit tests for the password file mechanism, proactive password checker, and user login.
python3 -m unittest