Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 420 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 420 Bytes

Access Control System

This repo contains the Access Control System assignment from SYSC 4810: Network and Software Security.

Usage

  1. Clone the repo
    git clone https://github.com/va9id/sysc4810.git
    
  2. Execute main.py
    python3 main.py
    

Tests

Run all the unit tests for the password file mechanism, proactive password checker, and user login.

python3 -m unittest