TLS (Transport Layer Security)
TLS (Transport Layer Security) is a cryptographic protocol designed to provide communications security over a computer network. The protocol is widely used in applications such as email, instant messaging, and voice over IP, but its use in securing HTTPS remains the most publicly visible.
The TLS protocol aims primarily to provide security, including privacy (confidentiality), integrity, and authenticity through the use of cryptography, such as the use of certificates, between two or more communicating computer applications. It runs in the presentation layer and is itself composed of two layers: the TLS record and the TLS handshake protocols.
TLS builds on the now-deprecated SSL (Secure Sockets Layer) specifications (1994, 1995, 1996) developed by Netscape Communications for adding the HTTPS protocol to their Navigator web browser.
Here are 302 public repositories matching this topic...
A Python wrapper around the OpenSSL library
-
Updated
Feb 26, 2025 - Python
🚀 Web scraping for humans
-
Updated
Dec 1, 2024 - Python
SSL and TLS protocol test suite and fuzzer
-
Updated
Mar 3, 2025 - Python
#1 quality TLS certs while you wait, for the discerning tester
-
Updated
Mar 1, 2025 - Python
An open source Session Border Controller 🌟 The SBC you dream about 🗽 LibreSBC will help you save thousands of dollars.
-
Updated
Mar 1, 2025 - Python
Python script that collects SSL/TLS information from hosts
-
Updated
Jun 16, 2024 - Python
HRShell is an HTTPS/HTTP reverse shell built with flask. It is an advanced C2 server with many features & capabilities.
-
Updated
Sep 9, 2021 - Python