Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 376 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 376 Bytes

sTLS

Toy implementation of TLS v1.3.

Installing Dependencies

This implementation requires the cryptography and pycryptodome modules. To install, run the following in a virtual environment.

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Running sTLS

To run sTLS, use the following command.

python3 TLS13Session.py