A security engineer is configuring cryptographic primitives for a high-throughput financial microservice architecture. The system must establish session keys over untrusted networks ensuring Perfect Forward Secrecy (PFS), while also supporting high-speed authenticated bulk data encryption for payload storage. Which of the following cryptographic mechanisms should the engineer implement to satisfy BOTH requirements? (Select TWO.)
- Elliptic Curve Diffie-Hellman Ephemeral (ECDHE) key exchangeCevap
- Advanced Encryption Standard in Galois/Counter Mode (AES-GCM)Cevap
- CStatic RSA key exchange using standard public/private key pairs
- DRSA asymmetric signatures with SHA-256 hashing for bulk payload encryption
- EPKCS#10 Certificate Signing Request (CSR) generation with CA root signing
Cevap
The engineer should select Elliptic Curve Diffie-Hellman Ephemeral (ECDHE) key exchange for Perfect Forward Secrecy and Advanced Encryption Standard in Galois/Counter Mode (AES-GCM) for high-speed authenticated bulk data encryption.
Elliptic Curve Diffie-Hellman Ephemeral (ECDHE) generates temporary keys per session to ensure Perfect Forward Secrecy (PFS). Advanced Encryption Standard in Galois/Counter Mode (AES-GCM) is an authenticated symmetric encryption algorithm designed for high-performance bulk data confidentiality and integrity.
Adım Adım Çözüm
Anahtar Kavram
Cryptographic Algorithms and Key Exchange Properties