12. Encryption on the Internet

Slides:



Advertisements
Similar presentations
Copyright © 2003 Pearson Education, Inc. Slide 11-1.
Advertisements

Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Web 101 Third Edition by Wendy G. Lehnert & Richard L. Kopec Modified by.
Department of Information Engineering1 Major Concerns in Electronic Commerce Authentication –there must be proof of identity of the parties in an electronic.
Client/Server Computing Model of computing in which very powerful personal computers (clients) are connected in a network with one or more server computers.
Introduction to Public Key Infrastructure (PKI) Office of Information Security The University of Texas at Brownsville & Texas Southmost College.
Digital Signature Xiaoyan Guo/ Xiaohang Luo/
INTRODUCTION Why Signatures? A uthenticates who created a document Adds formality and finality In many cases, required by law or rule Digital Signatures.
Networks and Security. Types of Attacks/Security Issues  Malware  Viruses  Worms  Trojan Horse  Rootkit  Phishing  Spyware  Denial of Service.
Chapter 14 Encryption: A Matter Of Trust. Awad –Electronic Commerce 2/e © 2004 Pearson Prentice Hall 2 OBJECTIVES What is Encryption? Basic Cryptographic.
Masud Hasan Secue VS Hushmail Project 2.
Network Security – Part 2 (Continued) Lecture Notes for May 8, 2006 V.T. Raja, Ph.D., Oregon State University.
Linux Networking and Security Chapter 8 Making Data Secure.
Protecting Internet Communications: Encryption  Encryption: Process of transforming plain text or data into cipher text that cannot be read by anyone.
Cryptography, Authentication and Digital Signatures
E-Commerce Security Professor: Morteza Anvari Student: Xiaoli Li Student ID: March 10, 2001.
Introduction1-1 Data Communications and Computer Networks Chapter 6 CS 3830 Lecture 31 Omar Meqdadi Department of Computer Science and Software Engineering.
ITIS 1210 Introduction to Web-Based Information Systems Chapter 50 Cryptography, Privacy, and Digital Certificates.
23-1 Last time □ P2P □ Security ♦ Intro ♦ Principles of cryptography.
1 Information Security Practice I Lab 5. 2 Cryptography and security Cryptography is the science of using mathematics to encrypt and decrypt data.
Encryption Questions answered in this lecture: How does encryption provide privacy? How does encryption provide authentication? What is public key encryption?
Advanced Database Course (ESED5204) Eng. Hanan Alyazji University of Palestine Software Engineering Department.
8-1 Chapter 8 Security Computer Networking: A Top Down Approach 6 th edition Jim Kurose, Keith Ross Addison-Wesley March 2012 part 2: Message integrity.
CRYPTOGRAPHY. WHAT IS PUBLIC-KEY ENCRYPTION? Encryption is the key to information security The main idea- by using only public information, a sender can.
Encryption. Introduction The incredible growth of the Internet has excited businesses and consumers alike with its promise of changing the way we live.
Security fundamentals Topic 5 Using a Public Key Infrastructure.
Encryption Basics Module 7 Section 2. History of Encryption Secret - NSA National Security Agency –has powerful computers - break codes –monitors all.
Electronic Commerce School of Library and Information Science PGP and cryptography I. What is encryption? Cryptographic systems II. What is PGP? How does.
Digital Signatures and Digital Certificates Monil Adhikari.
Private key
Lecture 11 Overview. Digital Signature Properties CS 450/650 Lecture 11: Digital Signatures 2 Unforgeable: Only the signer can produce his/her signature.
Cryptographic Hash Function. A hash function H accepts a variable-length block of data as input and produces a fixed-size hash value h = H(M). The principal.
Guided by : VIPUL GAJJAR Prepared by: JIGAR KAKADIYA.
1 Internet data security (HTTPS and SSL) Ruiwu Chen.
Unit 3 Section 6.4: Internet Security
Key management issues in PGP
Security is one of the most widely used and regarded network services
Digital Signatures Cryptographic technique analogous to hand-written signatures. sender (Bob) digitally signs document, establishing he is document owner/creator.
Computer Communication & Networks
Cryptography & Security
Cryptographic Hash Function
e-Health Platform End 2 End encryption
Uses Uses of cryptography Lab today on RSA
Cryptography and Security Technologies
Basic Network Encryption
Topic 1: Data, information, knowledge and processing
IS3230 Access Security Unit 9 PKI and Encryption
Using SSL – Secure Socket Layer
NET 311 Information Security
Digital Signatures Cryptographic technique analogous to hand-written signatures. sender (Bob) digitally signs document, establishing he is document owner/creator.
Pooja programmer,cse department
CDK4: Chapter 7 CDK5: Chapter 11 TvS: Chapter 9
The Secure Sockets Layer (SSL) Protocol
Protocol ap1.0: Alice says “I am Alice”
Key Management Network Systems Security
Best Digital Signature Service in Noida. Electronic Record 1.Very easy to make copies 2.Very fast distribution 3.Easy archiving and retrieval 4.Copies.
Digital Signatures Cryptographic technique analogous to hand-written signatures. sender (Bob) digitally signs document, establishing he is document owner/creator.
CDK: Chapter 7 TvS: Chapter 9
Secure How do you do it? Need to worry about sniffing, modifying, end-user masquerading, replaying. If sender and receiver have shared secret keys,
Public-Key, Digital Signatures, Management, Security
Digital Signatures Cryptographic technique analogous to hand-written signatures. sender (Bob) digitally signs document, establishing he is document owner/creator.
Chapter 3 - Public-Key Cryptography & Authentication
Basic Network Encryption
Digital Signatures Cryptographic technique analogous to hand-written signatures. sender (Bob) digitally signs document, establishing he is document owner/creator.
Public – Private Key Cryptography
Fluency with Information Technology Lawrence Snyder
Security: Integrity, Authentication, Non-repudiation
Digital Signatures Cryptographic technique analogous to hand-written signatures. sender (Bob) digitally signs document, establishing he is document owner/creator.
Chapter 8 roadmap 8.1 What is network security?
10/7/2019 Created by Omeed Mustafa 1 st Semester M.Sc (Computer Science department) Cyber-Security.
Presentation transcript:

12. Encryption on the Internet 9/11/2018 91.113 Exploring the Internet 12. Encryption on the Internet Instructor: Beibei Yang Department of Computer Science University of Massachusetts Lowell

9/11/2018 Learning Objectives Understand how private-key and public key encryption work. Learn how digital signatures protect document integrity. Understand why key authentication is needed to protect people from counterfeit keys. See how the web-of-trust approach to key authentication works. Find out how digital certificates and certificate authorities solve the problem of key authentication. Understand the difference between strong and weak encryption.

Taking Charge Cryptography is the study of secret codes associated with classified information and intelligence gathering. The National Security Agency (NSA) is responsible for developing and applying secure communication technologies in the service of national security. Cryptography used to be only of interest to the military. As digital communication is more widespread, it is of interest to more of us.

Taking Charge Cryptography is of interest to: Client/server software developers Anyone interested in digital commerce All Internet users who want to keep their communications private Without safeguards, our sensitive information is at risk. Cryptography offers protection.

Taking Charge When the Internet was started, secure communications were not a high priority. The technologies that enabled the access to the Internet was never designed to protect data. The military has always understood the need to secure data. Large corporations followed suit by opting for intranet connectivity, as an alternative to Internet access.

Taking Charge An intranet is an internal computer network that is carefully segregated from all external networks such as the Internet. Internet access from an intranet is possible. Such access is only available through a firewall. The firewall keeps the sensitive data within the organization’s network.

Taking Charge We don’t all work for the military or a large organization, but we want privacy safeguards too. This chapter will introduce the basic concepts for encryption.

Private-Key Encryption Encoding and decoding information is key to encryption. A key for a simple substitution code is just a map that tells you how to substitute one character for another. When you receive a coded message, you trade each character for a new one according to the instructions on the key.

Private-Key Encryption Encoding is the process of creating the coded message. Decoding is the process of unscrambling the coded message. To encode a message, you must use the same key when decoding (though you have to reverse the key). Private-key encryption is the use of the same key for encoding and decoding messages.

Private-Key Encryption Symmetric key cryptography:

Private-Key Encryption If you have the key for the code, it is easy to decode messages. If you don’t have the key, then You can try and break the code Or try and figure out the key if you have several messages To figure out such a key, Try and find commonly used letters The letter “e” is the most common Try and decipher common words (e.g.“the”)

Private-Key Encryption Private-key encryption is risky since many people share the same key. Each time the key is passed from person to person, it may be intercepted. If the information that you are sharing is not critical, then you can evaluate the risk.

Public-Key Encryption If your information is more important, then you may choose to use public-key encryption. Public-key encryption uses 2 keys, which is more secure than private-key encryption. If one of the keys is lost, the other key is useless by itself. These 2 keys are generated as a special key pair that works together.

Public-Key Encryption The 2 keys consist of: A public key that can be freely distributed to anyone and everyone A private key is held by only the owner of the key pair Although both keys are needed, having the public key available does not make it possible to decipher the private key.

Public-Key Encryption

Public-Key Encryption If you want to receive encrypted messages You create a pair of keys You can give copies of the public key to anyone (but you keep your private key) The public keys are used to encode messages Your private key is used to decode messages Only your private key can decode messages encoded by your public key.

Analogy of Public-Key Encryption A message encrypted with a recipient's public key cannot be decrypted by anyone except a possessor of the matching private key— presumably, this will be the owner of that key and the person associated with the public key used. This is used for confidentiality.

Public-Key Encryption If you want to send an encrypted message to someone else, another pair of keys is needed. You can share encrypted messages with others, you all just need to share your public keys with one another. A growing community of users uses PGP (Pretty Good Privacy) for secure e-mail communication. Many mail clients can be configured to use a PGP plug-in for sending, receiving and PGP key management.

Digital Signatures Like signatures on paper, when a document is signed you know who wrote it or approved its contents. Written signatures can be forged Digital signatures need to be resistant to forgery. Public-key encryption is used to make digital signatures forgery-resistant. Digital signatures are important for e-commerce and other sensitive communication.

Digital Signatures A clear signature is a digital signature that is attached to a plain-text file. A clear-signed document is a document signed with a clear signature. The process of generating and verifying a digital signature is similar to the process of encrypting and decrypting a file.

Digital Signatures

Digital Signatures Digital signatures change from document to document. A digital signature contains information about the person behind the signature about the document being signed So one digital signature cannot be copied from one document to another PGP not only verifies the signature, but also guarantees that the contents of the message has not been altered.

Key Management Public-key encryption makes it easier to keep a private key private. If you store a private key, you must be able to protect that key. Protecting your private-key with a passphrase helps secure your key. Whenever you create a key pair, you enter a passphrase. Whenever you need to use your private-key to decode a message, you must enter your passphrase.

Key Management You need to choose a good passphrase in order for your signature to be well protected. Although your passphrase is stored on your computer, it is protected by a hash code. A hash code is an encoding algorithm that converts an input string into a numerical signature for that string. (http://en.wikipedia.org/wiki/Hash_function)

Counterfeit Keys A security hole remains where a hacker can generate a key pair under your name and intercept messages. This is called the Man-in-the-Middle attack.

Man in the middle attack 9/11/2018 Man in the middle attack Trudy poses as Alice (to Bob) and as Bob (to Alice) Difficult to detect: Bob receives everything that Alice sends, and vice versa. (e.g., so Bob, Alice can meet one week later and recall conversation) problem is that Trudy receives all messages as well!

Counterfeit Keys Public-keys are subject to scrutiny. You need to know who owns the keys that you use to encrypt information. You need to trust that the information you receive is from the sender of the message. A public-key is said to be a trusted key when you are certain that the key is not counterfeit. The process of identifying a person as the legitimate owner of a public key is called key authentication.

Key Certification A system of key certification is needed to help people decide how much risk is associated with any given pubic-key. Key certification is the process through which someone can vouch for the legitimacy of a pubic key. When a key is certified by a trusted friend, that person can add his or her digital signature to the public key being certified. Then if the key is sent to you, you can verify the digital signature with confidence

Key Certification The model for key certification based on friends (and their friends) is called the “Web of Trust” Public keys are passed among friends, accumulating certification as they go. This model works well in small worlds. When communities become large, this model is not viable.

Key Certification A digital fingerprint for a key pair is a unique sequence of integers associated with that key pair. Digital fingerprints are generated when a key pair is created, based on random conditions The fingerprint cannot be tampered with. Fingerprint verification is an alternative to the Web of Trust, but it’s still not good for large communities (e.g. for e-commerce)

Digital Certificates The problem of key authentication had to be solved before public-key encryption could be used for e-commerce. Without a system for certifying valid public keys, counterfeit pages could masquerade as legitimate e-stores. A digital certificate is a digital signature attached to a public key. The purpose of the certificate is to reassure users that the public-key is the authentic key.

Digital Certificates In the Certificate Authority (CA) model of key authentication, there are only a few trusted institutions that can generate digital certificates. Any key generated by a trusted CA can be immediately trusted without question. All the user has to do is decide which CAs can be trusted.

Digital Certificates If you placed a credit card order online, your browser probably checked server certificates for you and you didn’t know it. Your browser has a list of trusted Cas built into it. Your browser will then accept any public-key certified by a recognized CA. You can check the settings in your browser.

Digital Certificates

Digital Certificates

Two examples of phishing Up: phishing website Right: phishing email

Strong and Weak Encryption When people worry about whether they can trust encryption, they generally are concerned about how hard it is to crack. The amount of time needed to crack a code is important. 40-bit keys can be broken by run-of-the-mill personal computers in minutes. Any key that can stand up to thousands of years of computing time on the fastest computers is safe enough.

Strong and Weak Encryption Strong encryption refers to encryption methods that are safe in this sense. A code that can be broken in a practical time frame is called weak encryption. Strong encryption steadily becomes weaker over time. Taking Moore’s law into consideration 64-bit encryption will be weak by 2011 128-bit encryption will be weak by 2107