Which of the following is a secure method for encrypting emails to protect the content from unauthorized access?
S/MIME
The requirement is to keep the actual content of an email confidential and verifiable, which means the encryption has to be applied to the message itself, not merely to the connection carrying it.
S/MIME (Secure/Multipurpose Internet Mail Extensions) does exactly this: it uses public-key cryptography together with digital certificates to encrypt the message body and to attach a digital signature.
Encryption ensures only the intended recipient (holder of the matching private key) can read the content, while the signature lets the recipient verify the sender's identity and that the message was not altered.
IMAP is only a protocol for retrieving and organising messages stored on a mail server; it does not encrypt message content.
SSL (now TLS) secures the transport link while mail is in transit between client and server, but it does not protect the message once it is stored on a server, so the content is not encrypted end to end.
SMTP is the protocol that transfers mail between servers, and on its own it carries the message in plaintext, offering no content confidentiality.
Because only S/MIME encrypts and digitally signs the message body itself, the correct answer is S/MIME.
What is the primary benefit of enabling encryption for data in transit on a network?
What is the main purpose of a Trojan horse in network and information security?
Which of the following is a limitation of using symmetric encryption for securing communications?
Which one of the following is usually used in the process of Wi-fi hacking?
A disruptive program that spreads from program to program or from disk to disk is known as a ______
Which mode is a block cipher implementation as a self synchronizing stream cipher?
U interface in ISDN is the interface between
Given below are two statements: One is labeled as Assertion (A) and the other is labeled as Reason (R) :
Statement I: In Caesar Cipher each letter of Plain text is replaced by another letter for encryption.
Statement II: Diffie-Hellman algorithm is used for exchange of secret key.
In the light of the above statements, choose the correct answer from the options given below: