712-50 Exam QuestionsBrowse all questions from this exam

712-50 Exam - Question 86


One of your executives needs to send an important and confidential email. You want to ensure that the message cannot be read by anyone but the recipient.

Which of the following keys should be used to encrypt the message?

Show Answer
Correct Answer: C

To ensure that a message can only be read by the intended recipient, the recipient's public key should be used to encrypt the message. The recipient will then use their private key to decrypt it. This approach leverages the principles of public key infrastructure (PKI) where the public key is used for encryption and the private key is used for decryption, ensuring confidentiality.

Discussion

4 comments
Sign in to comment
ChrisZo
Jun 19, 2021

Should the answer be sender's private key?

Malik2165
Jan 8, 2022

No, If we encrypt with Sender's private key then anyone having senders public key, will be able to read the message.

UNN_CCISOOption: C
Sep 18, 2021

Using Recipients public key will ensure that only the recipient can decrypt using his/her private key. If sender's private key is used, anyone will be able to decrypt using the senders public key & will only help in "non-repudiation"...of course practically it is a combination of recipients public key and senders private key

VOAKDO_ccisoOption: C
May 21, 2023

I got my CEH only months ago, and there are 2 ways to use PKI: 1.-CONFIDENITAL:When encrypting, you use recipient‘s public key to write a message and recipient use their private key to read it .......THEREFORE C IS OK 2.-NON-REPUDIATON-When signing, you use your private key to write message‘s signature, and recipient‘s use your public key to check if it‘s really yours

johndoe69Option: C
Jun 3, 2024

Encryption Basics: To ensure that an important and confidential email can only be read by the recipient, you should use the recipient's public key to encrypt the message. The recipient will then use their private key to decrypt it.