About this tool
TLS Cipher Suite Lookup is a searchable catalog of the cipher suites that show up in real TLS deployments, debug logs, and IANA registrations. Paste an IANA hex (such as 0xC02F or 0xC0,0x2F), an OpenSSL alias (such as ECDHE-RSA-AES128-GCM-SHA256), or any component (ECDHE, ChaCha20, GCM, AES-256) and the tool jumps to the matching suite. Each entry breaks the suite into its parts: the key exchange (RSA, DHE, ECDHE, PSK, or TLS 1.3 negotiated separately), the certificate authentication (RSA, ECDSA, anonymous, or any for 1.3), the symmetric cipher with its bit strength (AES-128-GCM, AES-256-GCM, ChaCha20, 3DES, RC4, and others), the MAC or AEAD construction, and the TLS protocol versions the suite is allowed in (1.0 through 1.3). A recommendation badge labels every suite Modern, Secure, Legacy, Weak, Insecure, or Anonymous based on the current Mozilla SSL Configuration Generator profiles and IETF guidance, so you can tell at a glance whether to keep a suite, deprecate it, or remove it outright. Use it to identify a suite you saw in a Wireshark capture, line up an OpenSSL ciphers string with the suites that browsers actually negotiate, or sanity-check a server hardening change before you ship it. All data ships with the page; nothing you type leaves your browser.
Free to use. Works in your browser. No signup, no login.