A enterprise security architect is updating the Transport Layer Security (TLS) configuration for an API gateway that services millions of mobile endpoints. The architecture requires establishing unique, temporary symmetric session keys across untrusted connections while minimizing computational overhead on mobile processor microchips. Additionally, the solution must enforce Perfect Forward Secrecy (PFS) so that a future compromise of the API gateway's long-term private key will not allow an attacker to decrypt previously captured session traffic. Which cryptographic key exchange algorithm combination should the architect configure on the gateway?
- Elliptic Curve Diffie-Hellman Ephemeral (ECDHE)Cevap
- BStatic RSA key transport with Cipher Block Chaining (CBC)
- CHMAC-SHA256 key derivation hashing
- DElliptic Curve Digital Signature Algorithm (ECDSA) in static mode
Cevap
Elliptic Curve Diffie-Hellman Ephemeral (ECDHE)
Elliptic Curve Diffie-Hellman Ephemeral (ECDHE) uses temporary (ephemeral) key pairs for every handshake session, ensuring that compromising long-term keys does not reveal past communications (Perfect Forward Secrecy). Additionally, using elliptic curve mathematics reduces bit-length overhead, preserving CPU and battery resources on mobile clients.
Adım Adım Çözüm
Anahtar Kavram
Perfect Forward Secrecy via Ephemeral Elliptic Curve Key Exchange
Tahmini Süre:2m 0s