Skip to content

jiaaaarui/sTLS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a6a9d1e · Nov 3, 2024

History

7 Commits
Nov 3, 2024
Nov 3, 2024
Nov 3, 2024
Nov 3, 2024
Nov 3, 2024
Nov 3, 2024
Nov 3, 2024
Nov 3, 2024
Nov 3, 2024
Nov 3, 2024

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