What is S/MIME for email security?

D5 ยท Crypto  ยท  CompTIA Security+ SY0-701
S/MIME (Secure/Multipurpose Internet Mail Extensions) is a standard for encrypting and digitally signing email messages using X.509 public key certificates.

S/MIME provides:
๐Ÿ”’ Encryption โ€” only the recipient can read the message (using recipient's public key)
โœ๏ธ Digital signature โ€” proves the message came from the claimed sender and hasn't been modified
๐Ÿ” Non-repudiation โ€” sender cannot deny sending the signed message

Requires both parties to have S/MIME certificates and exchange public keys.
S/MIME provides end-to-end email encryption โ€” the email server cannot read it. Contrast with TLS (in-transit email encryption between servers โ€” the server can read it). PGP is an alternative to S/MIME (web of trust vs. PKI CA trust). S/MIME is the enterprise email security standard.
โ† Back to Glossary Practice Questions โ†’