A native implementation of TLS in Javascript and tools to write crypto-based and network-heavy webapps
-
Updated
Aug 14, 2024 - JavaScript
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.
A native implementation of TLS in Javascript and tools to write crypto-based and network-heavy webapps
DNS over HTTPS config profiles for iOS & macOS
Simple UI for MinIO Object Storage 🧮
English Version of X-UI, A Multi-protocol & Multi-user Xray Panel with a Web UI and a TG Bot
Create private keys and certificates with node.js
Set up Nginx and Let’s Encrypt in less than 3 minutes with a Docker Compose project that automatically obtains and renews free Let's Encrypt SSL/TLS certificates and sets up HTTPS in Nginx for multiple domain names. Configuration is done using a simple CLI tool.
Simplifying SSL/TLS traffic analysis for researchers by making SSL decryption effortless.
Strengthens TLS in React Native through Certificate Pinning
Free SSL and Automatic HTTPS (ACME / Let's Encrypt v2 client) for node.js with Express, Connect, and other middleware systems
Hooks libboringssl.dylib to extract TLS keys and enables the traffic from iOS apps to be decrypted.
🔐 CLI tool to analyze, troubleshoot or inspect SSL certificates, requests or keys.
Extracts PEM certificates from Java Keystore in order to securely connect to Java based servers using node js