tls-channel
TLS encryptor
A Java library that enables easy-to-use TLS encryption for secure networking
A Java library that implements a ByteChannel interface over SSLEngine, enabling easy-to-use (socket-like) TLS for Java applications.
196 stars
11 watching
50 forks
Language: Java
last commit: about 1 month ago
Linked from 1 awesome list
javajava-librarylibrarynetworkingnon-blockingopensslsnisocketsslsslenginetls
Related projects:
Repository | Description | Stars |
---|---|---|
eduardsui/tlse | A single C file implementation of various TLS protocols and DTLS protocols using the TomCrypt crypto library | 578 |
sfackler/rust-native-tls | An abstraction over platform-specific TLS implementations for secure network communication | 480 |
hakky54/mutual-tls-ssl | A tutorial project demonstrating a secure API setup with TLS/SSL authentication for Java-based web servers and clients. | 575 |
google/conscrypt | A Java Security Provider that implements cryptographic primitives and Transport Layer Security (TLS) for Android and OpenJDK applications. | 1,304 |
tls-attacker/tls-attacker-burpextension | An extension to Burp Suite for evaluating TLS Server configurations. | 36 |
leebrotherston/tls-fingerprinting | A set of tools for detecting and analyzing TLS fingerprints from network traffic. | 379 |
refraction-networking/utls | A fork of the Go standard TLS library providing low-level access to the ClientHello message with fingerprinting resistance features. | 1,736 |
mirleft/ocaml-tls | A TLS implementation in OCaml for secure communication | 305 |
evandotpro/sslurp | A PHP library to simplify secure communication with SSL/TLS servers | 66 |
leonardonve/sslstrip2 | A tool to bypass HSTS protection by modifying HTTPS connections to HTTP with hostname information | 312 |
haskell-tls/hs-tls | A Haskell implementation of the Transport Layer Security protocol for secure communication between servers and clients. | 405 |
tozny/java-aes-crypto | A library that provides secure string encryption and decryption with integrity checking in Android applications. | 739 |
juliacrypto/nettle.jl | A Julia wrapper around nettle cryptographic hashing/encryption library providing MD5, SHA1, SHA2 hashing and HMAC functionality, as well as AES encryption/decryption | 51 |
tls-inspector/tls-inspector | An iOS app that enables users to inspect and analyze TLS connections. | 162 |
s0l0ist/node-seal | A library that enables secure computations on encrypted data without revealing the underlying plaintext | 192 |