Skip to content

freed2003/sTLS

Repository files navigation

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

About

Toy implementation of TLS v1.3.

Resources

Stars

Watchers

Forks

Languages