Presentation is loading. Please wait.

Presentation is loading. Please wait.

Electronic Mail Security

Similar presentations


Presentation on theme: "Electronic Mail Security"— Presentation transcript:

1 Electronic Mail Security
Network Security Design Fundamentals ET-IDA-082 Lecture-19 Electronic Mail Security PGP, S/MIME , v15 Prof. W. Adi

2 Outlines PGP : Pretty Good Privacy S/MIME
Secure/Multipurpose Internet Mail Extension Reading: Network Security Essentials: Applications and Standards, 3rd Edition William Stallings, Prentice Hall, © 2007, ISBN:

3 Pretty Good Privacy PGP
Originator: Philip R. Zimmerman created PGP in 1991. PGP provides a confidentiality and authentication service that can be used for electronic mail and file storage applications.

4 Why is PGP Popular? Available free in source code on a variety of platforms. Based on publicly reviewed well known algorithms. Wide range of applicability Not developed or controlled by governmental or standards organizations

5 Operational Description
Consist of five services: Authentication Confidentiality Compression compatibility Segmentation

6 Compression PGP compresses the message after applying the signature but before encryption The placement of the compression algorithm is critical. The compression algorithm used is ZIP (see appendix 5A/Stalling)

7 Compressed, with signature attached if there is one
base64 Encode Basic PGP Scheme From "PGP Freeware for MacOS, User's Guide" Version 6.5, Network Associates, Inc.,

8 Mod1: PGP Message with Authentication Only
PRa: A’s Private key for PK scheme PUa: A’s Public key for PK scheme EP : Public Key Encryption DP : Public Key Decryption EC: Symmetric Encryption DC: Symmetric Decryption H : Hash Function || : Concatenation Z : Compression using ZIP Algorithm R64 : Conversion to Radix 64 ASCII format MD: Message Digest EP[PRa, H(M) ] M || EP[PRa, H(M) ] MD=H(M) M EP[PRa, H(M) ] MD’ Sent Message MD

9 Mod2: PGP Message with Confidentiality Only
Sender user A Ks: Session Key PRa: A’s Private key for PK scheme PUa: A’s Public key for PK scheme EP : Public Key Encryption DP : Public Key Decryption EC: Symmetric Encryption DC: Symmetric Decryption H : Hash Function || : Concatenation Z : Compression using ZIP Algorithm R64 : Conversion to Radix 64 ASCII format MD: Message Digest PE(PUb, Ks) Z(M) ECKs[ Z(M)] ECKs[ Z(M)] || PE(PUb, Ks) PE(PUb, Ks) Receiver user B Ks Sent Message Encrypted M

10 Mod3: PGP Message with Confidentiality & Authentication
Ks: Session Key PRa: A’s Private key for PK scheme PUa: A’s Public key for PK scheme EP : Public Key Encryption DP : Public Key Decryption EC: Symmetric Encryption DC: Symmetric Decryption H : Hash Function || : Concatenation Z : Compression using ZIP Algorithm R64 : Conversion to Radix 64 ASCII format MD: Message Digest Sender user A H(M)=MD Signed Message PE(PUb, Ks) PE(PRa, MD) M Receiver user B PE(PUb, Ks) PE(PRa, MD) Ks MD’ MD

11 Compatibility The scheme used is radix-64 conversion (see appendix 5B). The use of radix-64 expands the message by 33%. Binary 6 6 6 6 6 8 ASCII 8 8 8 8

12 radix-64 Expansion Table

13 Segmentation and Reassembly
Often restricted to a maximum message length of 50,000 octets. Longer messages must be broken up into segments. PGP automatically subdivides a message that is to large. The receiver collects all parts and reassemble the block.

14 Sumary of PGP Services Function Algorithm Used - Digital Signature
DSS/SHA or RSA/SHA Message CAST or IDEA or Encryption t hree - key triple DES with Diffie - Hellman or RSA Compression ZIP E - mail Radix - 64 conversion Compatibility Segmentation -

15 Format of PGP Message

16 PGP Key Rings * = Fields used to index table

17 PGP Message Generation from A to B
(Confidentiality and authentication) Ks: Session Key) PRa: A’s Private key for PK scheme PUa: A’s Public key for PK scheme EP : Public Key Encryption DP : Public Key Decryption EC: Symmetric Encryption DC: Symmetric Decryption H : Hash Function || : Concatenation Z : Compression using ZIP Algorithm R64 : Conversion to Radix 64 ASCII format MD: Message Digest Password Table Decryption Key EP(PUb, Ks) Signature=PE(PUb, MD)

18 PGP Message from A, Reception on B site
(Confidentiality and authentication) Password Ks: Session Key PRa: A’s Private key for PK scheme PUa: A’s Public key for PK scheme EP : Public Key Encryption DP : Public Key Decryption EC: Symmetric Encryption DC: Symmetric Decryption H : Hash Function || : Concatenation Z : Compression using ZIP Algorithm R64 : Conversion to Radix 64 ASCII format MD: Message Digest Table Decryption Key EP(PUb, Ks) Message digest: MD’ PE(PUb, MD) Signature= Message digest: MD

19 PGP Session Key and IV Generation (Random Number Generator)

20 PGP Trust Model Example
Fully trusted Partially trusted Two partially trusted partner Required to accept key! Trusted By two level trust chain

21 Revoking Public Keys The owner issue a key revocation certificate.
Normal signature certificate with a revote indicator. Corresponding private key is used to sign the certificate.

22 S/MIME Secure/Multipurpose Internet Mail Extension
S/MIME expected to emerge as the industry professional standard. (PGP was conceptually designed for private use) Initial efforts by RSA Inc.

23 S/MIME Functions Enveloped Data: Encrypted content and encrypted session keys for recipients. Signed Data: Message Digest encrypted with private key of “signer.” Clear-Signed Data: Signed but not encrypted. Signed and Enveloped Data: Various orderings for encrypting and signing.

24 Algorithms Used Message Digesting: SHA-1 and MD5
Digital Signatures: DSS Secret-Key Encryption: Triple-DES, RC2/40 (exportable). Later AES Public-Private Key Encryption: RSA with key sizes of 512 and 1024 bits, and Diffie-Hellman (for session keys).

25 User Agent Role S/MIME uses Public-Key Certificates - X.509 version 3 signed by Certification Authority Functions: Key Generation - Diffie-Hellman, DSS, and RSA key-pairs. Registration - Public keys must be registered with X.509 CA. Certificate Storage - Local (as in browser application) for different services.

26 User Agent Role Example: VeriSign (www.verisign.com)
Class-1: Buyer’s address confirmed by ing vital info. Class-2: Postal address is confirmed as well, and data checked against directories. Class-3: Buyer must appear in person, or send notarized documents.

27 Recommended Web Sites PGP home page: www.pgp.com
MIT distribution site for PGP S/MIME Charter S/MIME Central: RSA Inc.’s Web Site


Download ppt "Electronic Mail Security"

Similar presentations


Ads by Google