Visual SSL TLS Handshake Visualizer
Nice visual breakdown of the handshake, but sslscan and testssl.sh already do this better.
A minimal TLS 1.3 client implementation with full handshake key derivation
Educational TLS 1.3 implementation, useful for learning but production alternatives exist.
Cryptography learners, systems programmers, security researchers
OpenSSL · BoringSSL · rustls (production alternatives)
Nice visual breakdown of the handshake, but sslscan and testssl.sh already do this better.
Math OCR that preserves derivation structure, not just transcription—solves a real student pain.
Uses EdDSA signatures to smuggle arbitrary bytes through TLS handshakes — a classic subliminal-channel trick applied to modern TLS code. The repo includes an actual client/server PoC (https_client.c, https_server.c), a cert generation script, and a bundled wolfSSL build so you can reproduce the experiment. Clever demo, but it reads like research code rather than a hardened tool: there's little on threat modelling, detection, or performance trade-offs.
Specialized CLI for dissecting key exchange mechanics where OpenSSL stays silent.
No-single-point-of-failure key management via threshold cryptography is clever; unclear if TEE trust model survives realistic threat models.
Token derivation for fine-grained capabilities beats static API keys from Auth0 or Vault.