A security analyst is designing a secure telemetry collection architecture for edge gateway devices transmitting environmental data to an enterprise cloud endpoint. The design mandates establishing keying material that ensures perfect forward secrecy and validating the authenticity and data integrity of each transmitted payload with minimal performance overhead. Which of the following cryptographic techniques should the analyst select to meet these requirements? (Select TWO.)
- Elliptic Curve Diffie-Hellman Ephemeral (ECDHE)Cevap
- Hash-based Message Authentication Code (HMAC)Cevap
- CStatic RSA key exchange
- DUnkeyed SHA-256 digest generation
- ECertificate Signing Request (CSR) submission per payload
Cevap
The analyst should select Elliptic Curve Diffie-Hellman Ephemeral (ECDHE) for perfect forward secrecy during key negotiation, and Hash-based Message Authentication Code (HMAC) for efficient payload authenticity and integrity verification.
Elliptic Curve Diffie-Hellman Ephemeral (ECDHE) provides perfect forward secrecy through per-session temporary key generation, while Hash-based Message Authentication Code (HMAC) provides low-overhead authenticity and integrity checks via symmetric key hashing.
Adım Adım Çözüm
Anahtar Kavram
Cryptographic Key Exchange Mechanisms and Message Integrity Verification