nerdexam
Cisco

300-730 · Question #70

What uses an Elliptic Curve key exchange algorithm?

The correct answer is B. ECDHE. ECDHE uses elliptic curve mathematics to perform an ephemeral Diffie-Hellman key exchange, while the other options serve signing, encryption, or hashing purposes.

Secure Communications

Question

What uses an Elliptic Curve key exchange algorithm?

Options

  • AECDSA
  • BECDHE
  • CAES-GCM
  • DSHA

How the community answered

(64 responses)
  • A
    3% (2)
  • B
    89% (57)
  • C
    6% (4)
  • D
    2% (1)

Why each option

ECDHE uses elliptic curve mathematics to perform an ephemeral Diffie-Hellman key exchange, while the other options serve signing, encryption, or hashing purposes.

AECDSA

ECDSA (Elliptic Curve Digital Signature Algorithm) uses elliptic curves for digital signatures and authentication, not for key exchange.

BECDHECorrect

ECDHE stands for Elliptic Curve Diffie-Hellman Ephemeral and is specifically a key exchange algorithm that uses elliptic curve cryptography to establish a shared secret between two parties. The ephemeral aspect means new key pairs are generated per session, providing perfect forward secrecy. It is widely used in TLS handshakes to negotiate session encryption keys.

CAES-GCM

AES-GCM is a symmetric block cipher mode used for bulk data encryption and authenticated encryption, not a key exchange algorithm.

DSHA

SHA (Secure Hash Algorithm) is a cryptographic hash function used for data integrity verification and digital signatures, not key exchange.

Concept tested: Elliptic Curve Diffie-Hellman Ephemeral key exchange

Source: https://learn.microsoft.com/en-us/windows/win32/seccng/elliptic-curve-diffie-hellman

Topics

#ECDHE#elliptic curve#key exchange algorithm#cryptography

Community Discussion

No community discussion yet for this question.

Full 300-730 Practice