cryptography

Definition

Cipher Suite

A cipher suite is a named combination of four cryptographic mechanisms used in TLS:

Examples

TLS_DHE_RSA_WITH_AES_256_CBC_SHA384

ComponentValuePurpose
Key exchangeDHEEphemeral Diffie-Hellman
AuthenticationRSARSA-based authentication
Symmetric encryptionAES_256_CBCAES with 256-bit key in CBC mode
Hash functionSHA384Hash and HMAC basis