1 Electronic mail security Ola Flygt Växjö University, Sweden +46 470 70 86 49.

Slides:



Advertisements
Similar presentations
Cryptography and Network Security Sixth Edition by William Stallings.
Advertisements

Security 1. is one of the most widely used and regarded network services currently message contents are not secure may be inspected either.
Lecture 5: security: PGP Anish Arora CSE 5473 Introduction to Network Security.
Lecture 5: security: PGP Anish Arora CIS694K Introduction to Network Security.
Cryptography and Network Security Third Edition by William Stallings Lecture slides by Lawrie Brown.
Security Overview Hofstra University University College for Continuing Education - Advanced Java Programming Lecturer: Engin Yalt May 24, 2006.
Chapter 5 Electronic mail security. Outline Pretty good privacy S/MIME Recommended web sites.
1 Pertemuan 12 Security Matakuliah: H0242 / Keamanan Jaringan Tahun: 2006 Versi: 1.
NS-H / Security. NS-H / Security is one of the most widely used and regarded network services currently message.
Electronic mail security
Electronic mail security -- Pretty Good Privacy.
Henric Johnson1 Electronic mail security Henric Johnson Blekinge Institute of Technology, Sweden
Cryptography and Network Security Chapter 15 Fourth Edition by William Stallings Lecture slides by Lawrie Brown.
Electronic Mail Security. Authentication and confidentiality problems Two systems: - PGP (Pretty Good Privacy) - S/MIME (Science Multipurpose Internet.
Electronic Mail Security
Secure r How do you do it? m Need to worry about sniffing, modifying, end- user masquerading, replaying. m If sender and receiver have shared secret.
1 Chapter 5 Electronic mail security. 2 Outline Pretty good privacy S/MIME Recommended web sites.
Prof. John A. Copeland fax Office: Klaus
16.1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 16 Security at the Application Layer: PGP and.
Chap 81 Electronic mail security. Chap 82 Outline Pretty good privacy S/MIME Recommended web sites.
Electronic mail security. Outline Pretty good privacy S/MIME.
Security.  is one of the most widely used and regarded network services  currently message contents are not secure may be inspected either.
Network Security Essentials Chapter 7 Fourth Edition by William Stallings (Based on Lecture slides by Lawrie Brown)
Chapter 6 Electronic Mail Security MSc. NGUYEN CAO DAT Dr. TRAN VAN HOAI 1.
Electronic mail security
Cryptography and Network Security (CS435) Part Twelve (Electronic Mail Security)
Chapter 15: Electronic Mail Security
1 Electronic Mail Security Outline Pretty good privacy S/MIME Based on slides by Dr. Lawrie Brown of the Australian Defence Force Academy, University College,
1 Chapter 5 Electronic mail security. 2 Outline Pretty good privacy S/MIME Recommended web sites.
Pretty Good Privacy (PGP) Security for Electronic .
CSCE 815 Network Security Lecture 11 Security PGP February 25, 2003.
SECURITY – Chapter 15 SECURITY – Chapter 15 ….for authentication and confidentiality PGP 1.Uses best algorithms as building blocks 2.General.
NETWORK SECURITY.
Security PGP IT352 | Network Security |Najwa AlGhamdi 1.
X.509 Topics PGP S/MIME Kerberos. Directory Authentication Framework X.509 is part of the ISO X.500 directory standard. used by S/MIME, SSL, IPSec, and.
Security Using PGP - Prajakta Bahekar. Importance of Security is one of the most widely used network service on Computer Currently .
ECE-8813 / CS Prof. John A. Copeland fax Office:
PGP & IP Security  Pretty Good Privacy – PGP Pretty Good Privacy  IP Security. IP Security.
Electronic mail security PGP & S/MIME
S/MIME (Secure/Multipurpose Internet Mail Extensions) security enhancement to MIME – original Internet RFC822 was text only – MIME provided.
1 Electronic Mail Security Behzad Akbari Fall 2009 In the Name of the Most High.
Electronic Mail Security Prepared by Dr. Lamiaa Elshenawy
Security  is one of the most widely used and regarded network services  currently message contents are not secure may be inspected either.
Security SMIME IT352 | Network Security |Najwa AlGhamdi 1.
By Marwan Al-Namari & Hafezah Ben Othman Author: William Stallings College of Computer Science at Al-Qunfudah Umm Al-Qura University, KSA, Makkah 1.
SSH. 2 SSH – Secure Shell SSH is a cryptographic protocol – Implemented in software originally for remote login applications – One most popular software.
Prof. Wenguo Wang Network Information Security Prof. Wenguo Wang Tel College of Computer Science QUFU NORMAL UNIVERSITY.
1 CNLab/University of Ulsan Chapter 16 Electronic Mail Security  PGP (Pretty Good Privacy)  S/MIME.
Lecture 8 (Chapter 18) Electronic Mail Security Prepared by Dr. Lamiaa M. Elshenawy 1.
第五章 电子邮件安全. Security is one of the most widely used and regarded network services currently message contents are not secure –may be inspected.
Electronic mail security. Outline Pretty good privacy S/MIME.
Electronic mail security
K. U. Khimani Asst. Prof. IT Dept. VVP Engineering College
Security is one of the most widely used and regarded network services
Chapter 15 – Electronic Mail Security
Security Pretty Good Privacy (PGP)
Selected Research Topics Electronic Mail Security
Electronic Mail Security
MAIL AND SECURITY PERTEMUAN 13
University of Houston Network Security Datacom II Lecture 8
Security at the Application Layer: PGP and S/MIME
ELECTRONIC MAIL SECURITY
ELECTRONIC MAIL SECURITY
Electronic mail security
Network Security Essentials
Electronic Mail Security
Cryptography and Network Security
….for authentication and confidentiality PGP
Presentation transcript:

1 Electronic mail security Ola Flygt Växjö University, Sweden

2 Outline  Pretty good privacy  S/MIME

3 Pretty Good Privacy  Philip R. Zimmerman is the creator of PGP.  PGP provides a confidentiality and authentication service that can be used for electronic mail and file storage applications.

4 Why Is PGP Popular?  It is available free on a variety of platforms.  Based on 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

7 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 (described in appendix 5A)

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

9 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 strip of all headers and reassemble the block.

10 Summary of PGP Services

11

12 Format of PGP Message

13

14

15

16 Obtaining trust  How can we obtain trust in the the other parties public key?  Certificate  Getting the key personally  PGP tries to give trust in a new way  Web of trust

17 The Use of Trust  The user maintains a data structure with certified keys together with the following fields  Owner trust field, assigned by user  Signature trust field, cached copies of respective owner trust fields  Key legitimacy field, calculated by PGP  Trust for each key us calculated as weighted sum of trust in signatures for this key

18

19 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.

20 S/MIME  Secure/Multipurpose Internet Mail Extension  S/MIME will probably emerge as the industry standard.  PGP for personal security

21 Simple Mail Transfer Protocol (SMTP, RFC 822)  SMTP Limitations - Can not transmit, or has a problem with:  executable files, or other binary files (jpeg image)  “national language” characters (non-ASCII)  messages over a certain size  ASCII to EBCDIC translation problems  lines longer than a certain length (72 to 254 characters)

22 Header fields in MIME  MIME-Version: Must be “1.0” -> RFC 2045, RFC 2046  Content-Type: More types being added by developers (application/word)  Content-Transfer-Encoding: How message has been encoded (radix-64) Optional fields:  Content-ID: Unique identifying character string.  Content Description: Needed when content is not readable text (e.g.,mpeg)

23 Header fields in MIME, Content-Type

24 Header fields in MIME, Content-Transfer-Encoding

25 MIME Example Return-Path: Received: from webt.msi.vxu.se (localhost [ ]) by babbage (Cyrus v2.1.16) with LMTP; Wed, 13 Feb :22: X-Sieve: CMU Sieve 2.2 Received: from mailinone.vxu.se (mailinone.vxu.se [ ]) by webt.msi.vxu.se ( / ) with ESMTP id m1D8MgvG for ; Wed, 13 Feb :22: (MET) Received: from [ ] by mailinone.vxu.se (Sun Java System Messaging Server (built Nov )) with ESMTPSA id for (ORCPT Wed, 13 Feb :22: (MET) Date: Wed, 13 Feb :22: From: Ola Flygt Subject: A simple MIME example To: Ola Flygt Message-id: MIME-version: 1.0 (Apple Message framework v753) X-Mailer: Apple Mail (2.753) Content-type: text/plain; charset=US-ASCII; format=flowed Content-transfer-encoding: 7bit X-Spam-Debug: msi.vxu.se 0 X-Spam-Report: msi.vxu.se 0 () X-Spam-Score: 0 X-Spam-Flag: NO X-Scanned-By: MIMEDefang 2.49 on This is a simple text message.

26 MIME Example 2 Return-Path: Received: from webt.msi.vxu.se (localhost [ ]) by babbage (Cyrus v2.1.16) with LMTP; Wed, 13 Feb :24: X-Sieve: CMU Sieve 2.2 Received: from mailinone.vxu.se (mailinone.vxu.se [ ]) by webt.msi.vxu.se ( / ) with ESMTP id m1D8O7vG for ; Wed, 13 Feb :24: (MET) Received: from [ ] by mailinone.vxu.se (Sun Java System Messaging Server (built Nov )) with ESMTPSA id for (ORCPT Wed, 13 Feb :24: (MET) Date: Wed, 13 Feb :24: From: Ola Flygt Subject: A HTML example To: Ola Flygt Message-id: MIME-version: 1.0 X-Mailer: Apple Mail (2.753) Content-type: multipart/alternative; boundary=Appl X-Spam-Debug: msi.vxu.se 0 X-Spam-Report: msi.vxu.se 0 () X-Spam-Score: 0 X-Spam-Flag: NO X-Scanned-By: MIMEDefang 2.49 on This is a mail using HTML encoding of the text.

27 MIME Example 3 Return-Path: Received: from webt.msi.vxu.se (localhost [ ]) by babbage (Cyrus v2.1.16) with LMTP; Wed, 13 Feb :30: X-Sieve: CMU Sieve 2.2 Received: from mailinone.vxu.se (mailinone.vxu.se [ ]) by webt.msi.vxu.se ( / ) with ESMTP id m1D8UFvG for ; Wed, 13 Feb :30: (MET) Received: from [ ] by mailinone.vxu.se (Sun Java System Messaging Server (built Nov )) with ESMTPSA id for (ORCPT Wed, 13 Feb :30: (MET) Date: Wed, 13 Feb :30: From: Ola Flygt Subject: An image example To: Ola Flygt Message-id: MIME-version: 1.0 (Apple Message framework v753) X-Mailer: Apple Mail (2.753) Content-type: multipart/mixed; boundary=Appl X-Spam-Debug: msi.vxu.se 0 X-Spam-Report: msi.vxu.se 0 () X-Spam-Score: 0 X-Spam-Flag: NO X-Scanned-By: MIMEDefang 2.49 on This is an example including a small image. Attachment converted: HD:pastedGraphic.tiff (TIFF/«IC») (00280A8B)

28 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.

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

30 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.  Signed and Enveloped Data - Various orderings for encrypting and signing.

31 User Agent Role  Example: Verisign (  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.