nerdexam
EC-Council

312-50V11 · Question #528

Which type of cryptography does SSL, IKE and PGP belongs to?

The correct answer is D. Public Key. SSL, IKE, and PGP all rely on public key (asymmetric) cryptography to perform authentication and secure key exchange.

Cryptography

Question

Which type of cryptography does SSL, IKE and PGP belongs to?

Options

  • ASecret Key
  • BHash Algorithm
  • CDigest
  • DPublic Key

How the community answered

(16 responses)
  • C
    6% (1)
  • D
    94% (15)

Why each option

SSL, IKE, and PGP all rely on public key (asymmetric) cryptography to perform authentication and secure key exchange.

ASecret Key

Secret key (symmetric) cryptography uses a single shared key for both encryption and decryption; while SSL and IKE negotiate symmetric session keys after the handshake, the protocols themselves are classified under public key cryptography for their core authentication and key exchange mechanisms.

BHash Algorithm

Hash algorithms are one-way mathematical functions such as SHA-256 or MD5 that produce a fixed-length digest; they are not encryption mechanisms, and SSL, IKE, and PGP are not categorized as hash algorithms.

CDigest

A digest is the fixed-size output produced by applying a hash algorithm to input data and represents a fingerprint, not a category of cryptographic system to which SSL, IKE, and PGP belong.

DPublic KeyCorrect

Public key cryptography uses a mathematically related key pair - a public key for encryption and a private key for decryption - enabling secure communication without requiring a pre-shared secret. SSL/TLS uses public key cryptography during the handshake to authenticate the server and negotiate symmetric session keys, IKE uses digital certificates or public keys to authenticate IPsec peers during tunnel establishment, and PGP uses public/private key pairs for email encryption and digital signatures. All three are canonical examples of asymmetric cryptographic systems.

Concept tested: Public key cryptography in SSL, IKE, and PGP

Source: https://learn.microsoft.com/en-us/windows-server/security/tls/tls-ssl-schannel-ssp-overview

Topics

#public key cryptography#SSL#PGP#IKE

Community Discussion

No community discussion yet for this question.

Full 312-50V11 Practice