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.
192 stars
11 watching
50 forks
Language: Java
last commit: 10 days 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 | 545 |
sfackler/rust-native-tls | An abstraction over platform-specific TLS implementations for secure network communication | 479 |
hakky54/mutual-tls-ssl | A tutorial project demonstrating a secure API setup with TLS/SSL authentication for Java-based web servers and clients. | 571 |
google/conscrypt | A Java Security Provider that implements cryptographic primitives and Transport Layer Security (TLS) for Android and OpenJDK applications. | 1,291 |
tls-attacker/tls-attacker-burpextension | An extension to Burp Suite for evaluating TLS Server configurations. | 35 |
leebrotherston/tls-fingerprinting | A set of tools for detecting and analyzing TLS fingerprints from network traffic. | 377 |
refraction-networking/utls | Provides low-level access to the ClientHello message for mimicry purposes in TLS handshakes. | 1,709 |
mirleft/ocaml-tls | A TLS implementation in OCaml for secure communication | 304 |
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. | 403 |
tozny/java-aes-crypto | A library that provides secure string encryption and decryption with integrity checking in Android applications. | 738 |
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 |