Cipher Suite

from Wikipedia, the free encyclopedia

A cipher suite , pronunciation : [ ˈsɑɪ · fər swiːt ], (German cipher collection ) is a standardized collection of cryptographic procedures, for example for encryption. One example of this is NSA Suite B Cryptography , which defines algorithms and protocols suitable for working in the government environment.

In the Transport Layer Security (TLS) protocol , the Cipher Suite specifies which algorithms are to be used to establish a secure data connection. Each cipher suite identifies a combination of four algorithms:

The RFC 2246 specification defines certain cipher suites that can or must be supported by TLS clients and servers. Each of these cipher suites consists of two bytes and is uniquely named. For example, the name "TLS_RSA_WITH_3DES_EDE_CBC_SHA" (byte sequence 0x00,0x0a) designates a cipher suite that uses RSA for key exchange and authentication, and 3DES in CBC mode for encryption and SHA as a hash function. RFC 3268 extends the TLS protocol to include AES.

literature