Please enable JavaScript.
Coggle requires JavaScript to display documents.
PROTOCOLS (S/MIME (S/MIME Message Content Types (SignedData (signedData…
PROTOCOLS
S/MIME
-
S/MIME Services
Confidentiality
- Most commonly AES with a 128-bit key is used
-
Authentication
- Provided by digital signature
- Detached signatures are supported
Compression
- better to be before encryption
- Compression of binary encoded encrypted data is discouraged, since it will not yield significant compression
- Base64 encrypted data could very well benefit
- If a lossy compression algorithm is used with signing, you will need to compress first, then sign
-
PGP
-
PGP Services
- Confidentiality: RSA, IDEA
-
- Digital Signature (Authentication): RSA, MD5
-
-
MIM
MIME specification
-
Transfer encodings to convert any content format into a form that is protected from alteration by the mail system
-