nerdexam
(ISC)2

SSCP · Question #692

Complete the blanks. When using PKI, I digitally sign a message using my ______ key. The recipient verifies my signature using my ______ key.

The correct answer is A. Private / Public. In PKI-based digital signatures, you sign a message using your PRIVATE key, and the recipient verifies the signature using your PUBLIC key. This works because only you possess your private key, so a valid signature proves the message originated from you (non-repudiation). Anyone

Submitted by neha2k· Apr 18, 2026Cryptography

Question

Complete the blanks. When using PKI, I digitally sign a message using my ______ key. The recipient verifies my signature using my ______ key.

Exhibits

SSCP question #692 exhibit 1
SSCP question #692 exhibit 2

Options

  • APrivate / Public
  • BPublic / Private
  • CSymmetric / Asymmetric
  • DPrivate / Symmetric

How the community answered

(53 responses)
  • A
    89% (47)
  • B
    4% (2)
  • C
    2% (1)
  • D
    6% (3)

Explanation

In PKI-based digital signatures, you sign a message using your PRIVATE key, and the recipient verifies the signature using your PUBLIC key. This works because only you possess your private key, so a valid signature proves the message originated from you (non-repudiation). Anyone with your public key can verify the signature. This is the reverse of encryption: for encryption, the sender encrypts with the recipient's PUBLIC key, and the recipient decrypts with their PRIVATE key. Confusing these two operations is a common exam trap.

Topics

#Digital Signatures#PKI#Asymmetric Cryptography

Community Discussion

No community discussion yet for this question.

Full SSCP Practice