Toy implementation of TLS v1.3.
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
To run sTLS, use the following command.
python3 TLS13Session.py