nerdexam
CompTIA

CAS-003 · Question #725

A legal services company wants to ensure emails to clients maintain integrity in transit. Which of the following would BEST meet this requirement? (Select TWO)

The correct answer is D. Signing emails to clients with the organization's private key F. Hashing all outgoing emails. Email integrity in transit requires digitally signing messages with the sender's private key and hashing the content so recipients can detect any tampering.

Technical Integration of Enterprise Security

Question

A legal services company wants to ensure emails to clients maintain integrity in transit. Which of the following would BEST meet this requirement? (Select TWO)

Options

  • ASigning emails to clients with the organization's public key
  • BUsing the organization's private key to encrypt all communication
  • CImplementing a public key infrastructure
  • DSigning emails to clients with the organization's private key
  • EUsing shared secret keys
  • FHashing all outgoing emails

How the community answered

(36 responses)
  • A
    3% (1)
  • B
    14% (5)
  • C
    3% (1)
  • D
    72% (26)
  • E
    8% (3)

Why each option

Email integrity in transit requires digitally signing messages with the sender's private key and hashing the content so recipients can detect any tampering.

ASigning emails to clients with the organization's public key

Signing with the organization's public key is cryptographically incorrect - digital signatures are created using the private key so only the key owner can produce them, and verified with the public key; reversing this breaks the authentication model.

BUsing the organization's private key to encrypt all communication

Encrypting bulk email with the private key is not standard practice and does not efficiently provide integrity for multiple external recipients who would need the public key to decrypt, conflating encryption with signing.

CImplementing a public key infrastructure

Implementing a PKI provides the certificate infrastructure to support signing but is not itself an email integrity mechanism - it does not directly ensure messages are signed or hashed.

DSigning emails to clients with the organization's private keyCorrect

Signing an email with the organization's private key creates a digital signature that any recipient can verify using the corresponding public key, proving both that the message originated from the organization and that the content has not been modified in transit - directly satisfying the integrity requirement.

EUsing shared secret keys

Shared secret keys are used in symmetric encryption for confidentiality and are not suitable for providing verifiable integrity to external clients who do not possess the shared secret.

FHashing all outgoing emailsCorrect

Hashing all outgoing emails produces a fixed-length digest of the message content; if the hash value is transmitted with the message (or embedded in the signature), the recipient can recompute the hash and detect any alteration, providing an additional integrity verification mechanism.

Concept tested: Digital signatures and hashing for email integrity assurance

Source: https://learn.microsoft.com/en-us/exchange/security-and-compliance/smime-exo/smime-exo

Topics

#email integrity#digital signatures#PKI#S/MIME

Community Discussion

No community discussion yet for this question.

Full CAS-003 Practice