nerdexam
GIAC

GSLC · Question #340

Which of the following is a cryptographic approach employed by many cryptographic algorithms and cryptosystems?

The correct answer is B. Public-key cryptography. Public-key cryptography is the foundational cryptographic approach most broadly employed across many algorithms and cryptosystems for secure communication.

Security Architecture & Engineering

Question

Which of the following is a cryptographic approach employed by many cryptographic algorithms and cryptosystems?

Options

  • ASymmetric-key cryptography
  • BPublic-key cryptography
  • CAsymmetric-key cryptography
  • DQuantum cryptography

How the community answered

(23 responses)
  • B
    96% (22)
  • C
    4% (1)

Why each option

Public-key cryptography is the foundational cryptographic approach most broadly employed across many algorithms and cryptosystems for secure communication.

ASymmetric-key cryptography

Symmetric-key cryptography uses a single shared key and, while widely used for bulk data encryption, does not address the key distribution problem and is not the single foundational approach employed across the broadest range of cryptosystems.

BPublic-key cryptographyCorrect

Public-key cryptography uses mathematically linked key pairs (public and private) and underpins protocols such as TLS, SSH, PGP, and certificate authorities at massive scale. It solves the key distribution problem inherent in symmetric systems and is employed in digital signatures, key exchange, and encryption across countless standards. Its broad adoption across the widest range of cryptosystems makes it the most widely employed cryptographic approach referenced in the question.

CAsymmetric-key cryptography

Asymmetric-key cryptography is technically synonymous with public-key cryptography, but 'public-key cryptography' is the standardized term used in formal cryptographic literature and NIST standards to describe this approach.

DQuantum cryptography

Quantum cryptography is an emerging field leveraging quantum mechanical properties for key distribution and has not yet been broadly employed across many existing cryptographic algorithms and cryptosystems.

Concept tested: Public-key cryptography as foundational cryptographic approach

Source: https://csrc.nist.gov/glossary/term/public_key_cryptography

Topics

#public-key cryptography#asymmetric cryptography#cryptosystems#key management

Community Discussion

No community discussion yet for this question.

Full GSLC Practice