Build openssl commands visually for TLS inspection, certificate generation, CSR creation, key conversion, base64 encoding, and file hashing. Toggle explanations to learn every flag.
$ openssl s_client -connect <host>:443 \ </dev/null
Certificate Decoder
Decode PEM/X.509 certs: SANs, issuer, validity, and key strength.
Certificate Transparency Search
Search crt.sh for SSL certificates and subdomains.
Hash Generator
Hash text or files with MD5, SHA-1/256/384/512, and HMAC.
curl Command Builder
Build curl commands visually with headers, auth, and TLS options.