OpenSSL
TLS and cryptography toolkit underpinning HTTPS, SSH adjacency, and certificate workflows.
Why it is included
Foundational library with coordinated disclosure culture despite historic complexity.
Best for
Every engineer touching certs, TLS debugging, or crypto primitives.
If you use Windows, Mac, or paid tools
TLS/crypto building block alternative to proprietary FIPS modules and Windows SCHANNEL-only integrations (varies by app).
Strengths
- Ubiquity
- Protocol coverage
- Tooling
Limitations
- API ergonomics historically criticized
Good alternatives
LibreSSL · BoringSSL (not FOSS)
Related tools
Security & Privacy
GnuPG
OpenPGP implementation for encryption, signing, and key management.
Security & Privacy
testssl.sh
CLI probe of TLS/SSL ciphers, protocols, headers, and common misconfigurations on any TCP listener.
Security & Privacy
mitmproxy
Interactive TLS-capable HTTP(S) proxy with console, web, and scriptable interception.
Security & Privacy
Hashcat
GPU-accelerated password recovery and hash cracking supporting hundreds of algorithms and attack modes.
Security & Privacy
Ciphey
Automatic decryption and decoding helper using heuristics and ML.
Security & Privacy
Wireshark
Network protocol analyzer for deep packet inspection and forensic debugging.
