Cipher Suite
Category: science
A standardized set of cryptographic algorithms used to secure network connections during a TLS session.
A cipher suite defines four core algorithms: the key exchange method, the authentication protocol, the bulk encryption cipher (like AES), and the message integrity verification check (like SHA). Restricting servers to modern, secure suites protects traffic logs from future decryption efforts.
Common Examples
- Our web server configuration was updated to disable legacy cipher suites that contain known mathematical handshake vulnerabilities.
- The compliance auditor flagged our infrastructure profile for utilizing outdated 3DES ciphers within our default suite configuration.