Security

Cipher Suite

A named combination of cryptographic algorithms used in a TLS connection. A cipher suite specifies the key exchange algorithm, authentication method, bulk encryption cipher, and message authentication code. For example, TLS_AES_256_GCM_SHA384 uses AES-256 for encryption and SHA-384 for integrity. Modern best practice is to use only TLS 1.2+ cipher suites.

Related Protocols

See Also