sociallyencrypted / DL-Verification

Final course project for CSE350: Network Security

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DL-Verification

Final course project for CSE350: Network Security

Instructions

To run, first install the requirements.

pip install -r requirements.txt

Make sure you have all the keys setup. Follow keys/README.md to do the same

Then run all the servers -

Authorization Server -

python3 backend/auth_server.py

Ticket Generating Server -

python3 backend/tgs.py

Backend Flask Server -

python3 backend/server.py

Then run the client

streamlit run frontend/app.py

About

Final course project for CSE350: Network Security

License:MIT License


Languages

Language:Python 100.0%