nerdexam
CompTIA

SY0-301 · Question #734

Digital signatures are used for ensuring which of the following items? (Select TWO).

The correct answer is B. Integrity C. Non-Repudiation. Digital signatures provide integrity by detecting any modification to a message, and non-repudiation by cryptographically binding the sender's identity to the message.

General security concepts

Question

Digital signatures are used for ensuring which of the following items? (Select TWO).

Options

  • AConfidentiality
  • BIntegrity
  • CNon-Repudiation
  • DAvailability
  • EAlgorithm strength

How the community answered

(26 responses)
  • A
    4% (1)
  • B
    92% (24)
  • D
    4% (1)

Why each option

Digital signatures provide integrity by detecting any modification to a message, and non-repudiation by cryptographically binding the sender's identity to the message.

AConfidentiality

Confidentiality is achieved through encryption, not digital signatures; signatures do not obscure the content of a message.

BIntegrityCorrect

Integrity is ensured because a digital signature includes a hash of the message content; any alteration to the message after signing will cause the hash comparison to fail upon verification.

CNon-RepudiationCorrect

Non-repudiation is ensured because the signature is created using the sender's private key, which only they possess, making it impossible to credibly deny having signed the message.

DAvailability

Availability relates to ensuring systems and data are accessible, which is unrelated to the function of digital signatures.

EAlgorithm strength

Algorithm strength is a property of cryptographic algorithms themselves and is not something digital signatures are designed to ensure.

Concept tested: Digital signature properties - integrity and non-repudiation

Source: https://csrc.nist.gov/projects/digital-signatures

Topics

#digital signatures#integrity#non-repudiation#PKI

Community Discussion

No community discussion yet for this question.

Full SY0-301 Practice