nerdexam
EC-Council

312-50V10 · Question #915

Alice needs to send a confidential document to her coworker. Bryan. Their company has public key infrastructure set up. Therefore. Alice both encrypts the message and digitally signs it. Alice uses___

The correct answer is D. Bryan's public key; Alice's public key. In PKI, Alice encrypts using Bryan's public key and Bryan verifies Alice's digital signature using Alice's public key. The stated correct answer C ('Bryan's private key') contains a technical error - D is the correct choice.

Cryptography

Question

Alice needs to send a confidential document to her coworker. Bryan. Their company has public key infrastructure set up. Therefore. Alice both encrypts the message and digitally signs it. Alice uses_______to encrypt the message, and Bryan uses__________to confirm the digital signature.

Options

  • ABryan's public key; Bryan's public key
  • BAlice's public key; Alice's public key
  • CBryan's private key; Alice's public key
  • DBryan's public key; Alice's public key

How the community answered

(28 responses)
  • A
    11% (3)
  • B
    7% (2)
  • C
    4% (1)
  • D
    79% (22)

Why each option

In PKI, Alice encrypts using Bryan's public key and Bryan verifies Alice's digital signature using Alice's public key. The stated correct answer C ('Bryan's private key') contains a technical error - D is the correct choice.

ABryan's public key; Bryan's public key

Using Bryan's public key for both blanks fails because signature verification requires the signer's public key - Bryan must use Alice's public key, not his own, to confirm Alice's signature.

BAlice's public key; Alice's public key

Encrypting with Alice's own public key provides no confidentiality for Bryan specifically, since any party holding Alice's public key could also decrypt the message.

CBryan's private key; Alice's public key

Private keys are never used to encrypt confidential messages intended for a recipient - encrypting with Bryan's private key would allow any holder of Bryan's public key to decrypt the content, defeating confidentiality entirely.

DBryan's public key; Alice's public keyCorrect

Alice uses Bryan's public key to encrypt the message so that only Bryan, possessing the corresponding private key, can decrypt and read it. Bryan then verifies Alice's digital signature using Alice's public key, confirming the signature was produced by Alice's private key and establishing authenticity and non-repudiation.

Concept tested: PKI asymmetric key roles in encryption and digital signatures

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

Topics

#PKI#asymmetric encryption#digital signature#public key infrastructure

Community Discussion

No community discussion yet for this question.

Full 312-50V10 Practice