Match each cryptographic concept or algorithm on the left with its corresponding operational security objective on the right.
- Diffie-Hellman (DH)Establishes a shared secret key over an untrusted channel without transmitting the key itself.
- HMACVerifies data integrity and message authenticity by combining a cryptographic hash function with a secret key.
- Elliptic Curve Cryptography (ECC)Provides asymmetric encryption security comparable to RSA while requiring smaller key sizes and lower processing power.
- AES-GCMDelivers authenticated encryption with associated data (AEAD), ensuring both confidentiality and integrity in symmetric operations.
Cevap
Diffie-Hellman matches establishing a shared secret over an untrusted channel; HMAC matches verifying data integrity and authenticity using a hash and secret key; Elliptic Curve Cryptography matches providing RSA-equivalent security with smaller key sizes; AES-GCM matches delivering authenticated encryption providing confidentiality and integrity.
Each cryptographic concept correctly maps to its definition: Diffie-Hellman enables secure key exchange over untrusted channels; HMAC provides keyed hash authentication; ECC offers high-strength public key security with small key sizes; and AES-GCM provides authenticated symmetric encryption.
Adım Adım Çözüm
Anahtar Kavram
Cryptographic Concepts and Algorithms