A cloud security team is designing a telemetry ingestion pipeline for high-speed streaming data collected from millions of remote edge devices. The architecture requires that each transmitted payload maintain confidentiality while enabling recipient servers to verify message authenticity and integrity in a single, computationally efficient pass. Which cryptographic algorithm mode or mechanism best satisfies these operational constraints?
- Galois/Counter Mode (GCM)Cevap
- BRSA-4096 asymmetric encryption
- CElectronic Codebook (ECB) mode
- DStandalone SHA-256 cryptographic hashing
Cevap
Galois/Counter Mode (GCM) is the correct cryptographic mechanism as it provides authenticated encryption with high performance and parallel processing capability.
Galois/Counter Mode (GCM) combines counter-mode symmetric encryption with Galois field authentication to deliver Authenticated Encryption with Associated Data (AEAD). It provides confidentiality, integrity, and origin authenticity in a highly efficient, parallelizable structure ideal for fast streaming telemetry.
Adım Adım Çözüm
Anahtar Kavram
Authenticated Encryption with Associated Data (AEAD) and Cipher Modes
Tahmini Süre:1m 30s