Glossary of Security Terms: Cipher Suite

Written by mozilla | Published 2020/08/17
Tech Story Tags: beginners | security-terms | mozilla | hackernoon-top-story | password-protection | backend | web-development | security

TLDR A cipher suite is a combination of a key exchange algorithm, authentication method, bulk encryption cipher, and message authentication code. In a cryptosystem like TLS, the client and server must agree on a cipher suite before they can begin communicating securely. A typical cipher suite looks like ECDHE_RSA_WITH_AES_128_GCM_SHA256 or ECDhe-RSA-AES128-GCM-SHA256, indicating:ECDHE (elliptic curve Diffie-Hellman ephemeral) for key exchange, RSA for authentication, AES-128 as the cipher, with Galois/Counter Mode (GCM) as the block cipher mode of operation.via the TL;DR App

A cipher suite is a combination of a key exchange algorithm, authentication method, bulk encryption cipher, and message authentication code.
In a cryptosystem like TLS, the client and server must agree on a cipher suite before they can begin communicating securely.  A typical cipher suite looks like ECDHE_RSA_WITH_AES_128_GCM_SHA256 or ECDHE-RSA-AES128-GCM-SHA256, indicating:
  • ECDHE (elliptic curve Diffie-Hellman ephemeral) for key exchange
  • RSA for authentication
  • AES-128 as the cipher, with Galois/Counter Mode (GCM) as the block cipher mode of operation
  • SHA-256 as the hash-based message authentication code (HMAC)

Learn more

View Previous Terms:


Written by mozilla | Mozilla (stylized as moz://a) is a free software community founded in 1998 by members of Netscape.
Published by HackerNoon on 2020/08/17