September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-1 Chapter 8: Basic Cryptography Classical Cryptography Public Key Cryptography.

Slides:



Advertisements
Similar presentations
Chapter 3 Public Key Cryptography and Message authentication.
Advertisements

Using Cryptography to Secure Information. Overview Introduction to Cryptography Using Symmetric Encryption Using Hash Functions Using Public Key Encryption.
Public Key Encryptions CS461/ECE422 Fall Reading Material Text Chapters 2 and 20 Handbook of Applied Cryptography, Chapter 8 –
CS 483 – SD SECTION BY DR. DANIYAL ALGHAZZAWI (3) Information Security.
Cryptology  Terminology  plaintext - text that is not encrypted.  ciphertext - the output of the encryption process.  key - the information required.
1 Introduction CSE 5351: Introduction to cryptography Reading assignment: Chapter 1 of Katz & Lindell.
Symmetric Encryption Example: DES Weichao Wang. 2 Overview of the DES A block cipher: – encrypts blocks of 64 bits using a 64 bit key – outputs 64 bits.
Session 4 Asymmetric ciphers.
Session 5 Hash functions and digital signatures. Contents Hash functions – Definition – Requirements – Construction – Security – Applications 2/44.
Dr Alejandra Flores-Mosri Message Authentication Internet Management & Security 06 Learning outcomes At the end of this session, you should be able to:
BY MUKTADIUR RAHMAN MAY 06, 2010 INTERODUCTION TO CRYPTOGRAPHY.
ECOMMERCE TECHNOLOGY FALL 2003 COPYRIGHT © 2003 MICHAEL I. SHAMOS Cryptography.
1 Overview of the DES A block cipher: –encrypts blocks of 64 bits using a 64 bit key –outputs 64 bits of ciphertext A product cipher –basic unit is the.
IN2150/TEL2810: Introduction to Computer Security1 October 25, 2005 Introduction to Computer Security Lecture 7 Basic Cryptography & Network Security.
ITIS 3200: Introduction to Information Security and Privacy Dr. Weichao Wang.
November 1, 2004Introduction to Computer Security ©2004 Matt Bishop Slide crypto1-1 Crypto – B/B mindmeld history symmetric hashes/macs/1-way etc public.
Csci5233 Computer Security & Integrity 1 Cryptography: Basics (2)
RSA Exponentiation cipher
McGraw-Hill©The McGraw-Hill Companies, Inc., Security PART VII.
How cryptography is used to secure web services Josh Benaloh Cryptographer Microsoft Research.
ITIS 3200: Introduction to Information Security and Privacy Dr. Weichao Wang.
Lecture 23 Symmetric Encryption
8: Network Security8-1 Symmetric key cryptography symmetric key crypto: Bob and Alice share know same (symmetric) key: K r e.g., key is knowing substitution.
Public Key Cryptography RSA Diffie Hellman Key Management Based on slides by Dr. Lawrie Brown of the Australian Defence Force Academy, University College,
Public Key Cryptography and Cryptographic Hashes CS461/ECE422 Fall 2009.
CSCI 172/283 Fall 2010 Public Key Cryptography. New paradigm introduced by Diffie and Hellman The mailbox analogy: Bob has a locked mailbox Alice can.
Chapter 8.  Cryptography is the science of keeping information secure in terms of confidentiality and integrity.  Cryptography is also referred to as.
Encryption. Introduction Computer security is the prevention of or protection against –access to information by unauthorized recipients –intentional but.
Public Key Model 8. Cryptography part 2.
Chapter 12 Cryptography (slides edited by Erin Chambers)
Page 1 Secure Communication Paul Krzyzanowski Distributed Systems Except as otherwise noted, the content of this presentation.
© Neeraj Suri EU-NSF ICT March 2006 DEWSNet Dependable Embedded Wired/Wireless Networks MUET Jamshoro Computer Security: Principles and Practice Slides.
Chi-Cheng Lin, Winona State University CS 313 Introduction to Computer Networking & Telecommunication Network Security (A Very Brief Introduction)
1 IS 2150 / TEL 2810 Introduction to Security James Joshi Associate Professor, SIS Lecture 7 Oct 20, 2009 Basic Cryptography Network Security.
CIS 725 Security. Cryptosystem Quintuple ( E, D, M, K, C ) M set of plaintexts K set of keys C set of ciphertexts E set of encryption functions e: M 
Chapter 2 – Elementary Cryptography  Concepts of encryption  Cryptanalysis  Symmetric (secret key) Encryption (DES & AES)(DES & AES)  Asymmetric (public.
ITIS 3200: Introduction to Information Security and Privacy Dr. Weichao Wang.
CIT 380: Securing Computer SystemsSlide #1 CIT 380: Securing Computer Systems Classical Cryptography.
CS526: Information Security Prof. Sam Wagstaff September 16, 2003 Cryptography Basics.
Module 3 – Cryptography Cryptography basics Ciphers Symmetric Key Algorithms Public Key Algorithms Message Digests Digital Signatures.
Day 37 8: Network Security8-1. 8: Network Security8-2 Symmetric key cryptography symmetric key crypto: Bob and Alice share know same (symmetric) key:
Cryptography Wei Wu. Internet Threat Model Client Network Not trusted!!
Courtesy of Professors Chris Clifton & Matt Bishop INFSCI 2935: Introduction of Computer Security1 October 2, 2003 Introduction to Computer Security Lecture.
Public Key Cryptography. symmetric key crypto requires sender, receiver know shared secret key Q: how to agree on key in first place (particularly if.
CS461/ECE422 Spring 2012 Nikita Borisov — UIUC1.  Text Chapters 2 and 21  Handbook of Applied Cryptography, Chapter 8 
Part 9, Basic Cryptography 1. Introduction A cryptosystem is a tuple: ( M,K,C, E,D) where M is the set of plaintexts K the set of keys C the set of ciphertexts.
Elementary Cryptography  Concepts of encryption  Symmetric (secret key) Encryption (DES & AES)(DES & AES)  Asymmetric (public key) Encryption (RSA)(RSA)
Computer Security: Principles and Practice First Edition by William Stallings and Lawrie Brown Lecture slides by Lawrie Brown Chapter 2 – Cryptographic.
Part 9, Basic Cryptography 1. Introduction A cryptosystem is a tuple: ( M,K,C, E,D) where M is the set of plaintexts K the set of keys C the set of ciphertexts.
Introduction to Computer Security ©2004 Matt Bishop Information Security Principles Assistant Professor Dr. Sana’a Wafa Al-Sayegh 1 st Semester
CIT 380: Securing Computer SystemsSlide #1 CIT 380: Securing Computer Systems Modern Cryptography.
Cryptography 1 Crypto Cryptography 2 Crypto  Cryptology  The art and science of making and breaking “secret codes”  Cryptography  making “secret.
24-Nov-15Security Cryptography Cryptography is the science and art of transforming messages to make them secure and immune to attacks. It involves plaintext,
Lecture 23 Symmetric Encryption
CSC 382: Computer SecuritySlide #1 CSC 382: Computer Security Modern Cryptography.
1 ISA 562 Information Security Theory & Practice Public Key Cryptosystem Chapter 9 of Bishop ’ s Book.
1.1 Introduction to Cryptography. 1.2 Basic Cryptography Cryptography is a deep mathematical subject. Cryptographic protocols provide a cornerstone for.
IT 221: Introduction to Information Security Principles Lecture 5: Message Authentications, Hash Functions and Hash/Mac Algorithms For Educational Purposes.
Cryptography services Lecturer: Dr. Peter Soreanu Students: Raed Awad Ahmad Abdalhalim
Computer Security By Rubel Biswas. Introduction History Terms & Definitions Symmetric and Asymmetric Attacks on Cryptosystems Outline.
Department of Computer Science Chapter 5 Introduction to Cryptography Semester 1.
Public Key Cryptography and Cryptographic Hashes CS461/ECE422 1.
1 Introduction to Cryptography Chapter-4. Definitions  Cryptography = the science (art) of encryption  Cryptanalysis = the science (art) of breaking.
IS 2150 / TEL 2810 Information Security and Privacy
Chapter 30 Cryptography Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Public Key Cryptography Diffie-Hellman, Discrete Log, RSA
PART VII Security.
Cryptography: Basics (2)
Presentation transcript:

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-1 Chapter 8: Basic Cryptography Classical Cryptography Public Key Cryptography Cryptographic Checksums

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-2 Overview Classical Cryptography –Cæsar cipher –Vigènere cipher –DES Public Key Cryptography –Diffie-Hellman –RSA Cryptographic Checksums –HMAC

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-3 What is Cryptography? Secret writing. Cryptanalysis is the breaking of codes. Basic component of cryptography is a cryptosystem The goal of cryptography is to keep enciphered information secret.

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-4 Cryptosystem Quintuple ( E, D, M, K, C ) –M set of plaintexts –K set of keys –C set of ciphertexts –E set of encryption functions e: M  K  C –D set of decryption functions d: C  K  M

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-5 Example Example: Cæsar cipher( in which letters are shifted) –M = { sequences of letters } –K = { i | i is an integer and 0 ≤ i ≤ 25 } –E = { E k | k  K and for all letters m, E k (m) = (m + k) mod 26 } –D = { D k | k  K and for all letters c  C, D k (c) = (26 + c – k) mod 26 } –C = M

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-6 Attacks Opponent whose goal is to break cryptosystem is the adversary –Assume adversary knows algorithm used, but not key Three types of attacks: –ciphertext only: adversary has only ciphertext; goal is to find plaintext, possibly key –known plaintext: adversary has ciphertext, corresponding plaintext; goal is to find key –chosen plaintext: adversary may supply plaintexts and obtain corresponding ciphertext; goal is to find key

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-7 Classical Cryptography Sender, receiver share common key –Keys may be the same, or trivial to derive from one another –Sometimes called symmetric key cryptography –In this system. D k =E k -1 (e.g. in Caeser Cipher key are E 3 and D 3 ) Two basic types –Transposition ciphers –Substitution ciphers –Combinations are called product ciphers

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-8 Transposition Cipher Rearrange letters in plaintext to produce ciphertext. Example (Rail-Fence Cipher) –Plaintext is HELLO WORLD –Rearrange as HLOOL ELWRD –Ciphertext is HLOOL ELWRD

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-9 Substitution Ciphers Change characters in plaintext to produce ciphertext Example (Cæsar cipher) –Plaintext is HELLO WORLD –Change each letter to the third letter following it (X goes to A, Y to B, Z to C) Key is 3, usually written as letter ‘D’ –Ciphertext is KHOOR ZRUOG

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-10 Attacking the Cipher Exhaustive search –If the key space is small enough, try all possible keys until you find the right one –Cæsar cipher has 26 possible keys

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-11 Cæsar’s Problem Key is too short –Can be found by exhaustive search –Statistical frequencies not concealed well They look too much like regular English letters So make it longer –Multiple letters in key –Idea is to smooth the statistical frequencies to make cryptanalysis harder

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-12 Vigènere Cipher Like Cæsar cipher, but chooses a sequence of same key The key letters are applied to successive plaintext. characters. Example –Message: HOW ARE YOU –Key: BENCH –Encipher using Vigenere chipher: plain Text: HOW ARE YOU Key: BEN CHB ENC Cipher Text:ISJ CYF CBW

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-13 Vigenere tableau AB C --- Z AABC ---Z BBCD---A CCDE---B DDEF---C | |||| XXYZ----W YYZA----X ZZAB----Y Table rows, columns Example encipherments: –key C, letter A: follow C column down to A row (giving “C”) –Key E, letter O:” follow E column down to O row(giving “S”)

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-14 Useful Terms period: length of key –In earlier example, period is 5 tableau: table used to encipher and decipher –Vigènere cipher has key letters on top, plaintext letters on the left polyalphabetic: the key has several different letters –Cæsar cipher is monoalphabetic

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-15 One-Time Pad A Vigenère cipher with a random key at least as long as the message Example: (letter numbers from 0 to 25) Plain Text: H O W A R E Y O U One time pad N C B T Z Q A R X Initial total Substract ( if > 25) Cipher text U Q X T Q U Y F R

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-16 End

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-17 Move to public key cryptography

Slide #8-18Introduction to Computer Security ©2004 Matt Bishop September 10, 2009 Overview of the DES A block cipher: –encrypts blocks of 64 bits using a 64 bit key –outputs 64 bits of ciphertext A product cipher –basic unit is the bit –performs both substitution and transposition (permutation) on the bits Cipher consists of 16 rounds (iterations) each with a round key generated from the user-supplied key

Slide #8-19Introduction to Computer Security ©2004 Matt Bishop September 10, 2009 Generation of Round Keys Round keys are 48 bits each

Slide #8-20Introduction to Computer Security ©2004 Matt Bishop September 10, 2009 Encipherment

Slide #8-21Introduction to Computer Security ©2004 Matt Bishop September 10, 2009 The f Function

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-22 Controversy Considered too weak –Diffie, Hellman said in a few years technology would allow DES to be broken in days Design using 1999 technology published –Design decisions not public S-boxes may have backdoors

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-23 Undesirable Properties 4 weak keys –They are their own inverses 12 semi-weak keys –Each has another semi-weak key as inverse Complementation property –DES k (m) = c  DES k (m) = c S-boxes exhibit irregular properties –Distribution of odd, even numbers non-random –Outputs of fourth box depends on input to third box

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-24 Differential Cryptanalysis A chosen ciphertext attack –Requires 2 47 plaintext, ciphertext pairs Revealed several properties –Small changes in S-boxes reduce the number of pairs needed –Making every bit of the round keys independent does not impede attack Linear cryptanalysis improves result –Requires 2 43 plaintext, ciphertext pairs

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-25 DES Modes Electronic Code Book Mode (ECB) –Encipher each block independently Cipher Block Chaining Mode (CBC) –Xor each block with previous ciphertext block –Requires an initialization vector for the first one Encrypt-Decrypt-Encrypt Mode (2 keys: k, k) –c = DES k (DES k –1 (DES k (m))) Encrypt-Encrypt-Encrypt Mode (3 keys: k, k, k  ) –c = DES k (DES k (DES k  (m)))

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-26 CBC Mode Encryption  init. vector m1m1 DES c1c1  m2m2 c2c2 sent … … …

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-27 CBC Mode Decryption  init. vector c1c1 DES m1m1 … … …  c2c2 m2m2

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-28 Self-Healing Property Initial message – Received as (underlined 4c should be 4b) –ef7c4cb2b4ce6f3b f6266e3a97af0e2c 746ab9a6308f e60b451b09603d Which decrypts to –efca61e19f4836f –Incorrect bytes underlined –Plaintext “heals” after 2 blocks

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-29 Current Status of DES Design for computer system, associated software that could break any DES-enciphered message in a few days published in 1998 Several challenges to break DES messages solved using distributed computing NIST selected Rijndael as Advanced Encryption Standard, successor to DES –Designed to withstand attacks that were successful on DES

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-30 Public Key Cryptography Two keys –Private key known only to individual –Public key available to anyone Public key, private key inverses Idea –Confidentiality: encipher using public key, decipher using private key –Integrity/authentication: encipher using private key, decipher using public one

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-31 Requirements 1.It must be computationally easy to encipher or decipher a message given the appropriate key 2.It must be computationally infeasible to derive the private key from the public key 3.It must be computationally infeasible to determine the private key from a chosen plaintext attack

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-32 Diffie-Hellman The first public key cryptosystem proposed A pair of users use this algorithm to generate a common key. It is based on discrete logarithm problem. This problem is to find a value of k such that n=g k mod p, for given n, g and prime p. g value is other than 0, 1 and p-1. Difficulty increases exponentially as p increases.

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-33 Example Alice and Bob have chosen p=53 and g=17, and private keys to be k Alice =5 and k Bob =7. Their public keys are K Alice =17 5 mod 53 =40 and K Bob = 17 7 mod 53 =6. Suppose Bob wishes to send Alice a message. So, he computes the shared secret key by enciphering Alice’s public key using his private key. S Bob,Alice = K Alice k Bob mod p = 40 7 mod 53=38 And enciphers his message using this key.

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-34 Example When Alice gets the message, she computes the key she shares with Bob as follows S Alice,Bob = K Bob k Alice mod p = 6 5 mod 53=38 Now Alice can deciphers the message. Here, S B,A =S A,B, by mathematical property. Note: As user’s share the same secret key S, the Diffie-Hellman scheme is the example of symmetric key exchange protocol.

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-35 RSA ( Rivest, Shamir, Adleman) Exponentiation cipher Relies on the difficulty of determining the number of numbers relatively prime to a large integer n

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-36 Background Totient function  (n) –Number of positive integers less than n and relatively prime to n Relatively prime means no factors in common with n other than 1. Example:  (10) = 4 –1, 3, 7, 9 are relatively prime to 10 Example:  (21) = 12 –1, 2, 4, 5, 8, 10, 11, 13, 16, 17, 19, 20 are relatively prime to 21

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-37 Algorithm Choose two large prime numbers p, q –Let n = pq; then  (n) = (p–1)(q–1) –Choose e < n such that e is relatively prime to  (n). –Compute d such that ed mod  (n) = 1 Public key: (e, n); private key: (d, n) Encipher: c = m e mod n Decipher: m = c d mod n

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-38 Example: Confidentiality Take p = 7, q = 11, so n = 77 and  (n) = 60 Alice chooses e = 17, making d = 53 Bob wants to send Alice secret message HELLO ( ) –07 17 mod 77 = 28 –04 17 mod 77 = 16 –11 17 mod 77 = 44 –14 17 mod 77 = 42 Bob sends

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-39 Example Alice receives Alice uses private key, d = 53, to decrypt message: –28 53 mod 77 = 07 –16 53 mod 77 = 04 –44 53 mod 77 = 11 –42 53 mod 77 = 14 Alice translates message to letters to read HELLO –No one else could read it, as only Alice knows her private key and that is needed for decryption

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-40 Example: Integrity/Authentication Take p = 7, q = 11, so n = 77 and  (n) = 60 Alice chooses e = 17, making d = 53 Alice wants to send Bob message HELLO ( ) so Bob knows it is what Alice sent (no changes in transit, and authenticated) –07 53 mod 77 = 35 –04 53 mod 77 = 09 –11 53 mod 77 = 44 –14 53 mod 77 = 49 Alice sends

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-41 Example Bob receives Bob uses Alice’s public key, e = 17, n = 77, to decrypt message: –35 17 mod 77 = 07 –09 17 mod 77 = 04 –44 17 mod 77 = 11 –49 17 mod 77 = 14 Bob translates message to letters to read HELLO –Alice sent it as only she knows her private key, so no one else could have enciphered it –If (enciphered) message’s blocks (letters) altered in transit, would not decrypt properly

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-42 Example: Both (C-I) Alice wants to send Bob message HELLO both enciphered and authenticated (integrity-checked) –Alice’s keys: public (17, 77); private: 53 –Bob’s keys: public: (37, 77); private: 13 –Providing both (C-I) requires enciphering with the sender’s private key and the recipient’s public key Alice enciphers HELLO ( ): –(07 53 mod 77) 37 mod 77 = 07 –(04 53 mod 77) 37 mod 77 = 37 –(11 53 mod 77) 37 mod 77 = 44 –(14 53 mod 77) 37 mod 77 = 14 Alice sends

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-43 Example The recipient(Bob) uses his private key to decipher the message and the senders public key to authenticate it. Bob receives The decipherment is (07 13 mod77) 17 mod77 = 07 (37 13 mod77) 17 mod77 = 04 (44 13 mod77) 17 mod77 = 11 (14 13 mod77) 17 mod77 = 14

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-44 Security Services Confidentiality –Only the owner of the private key knows it, so text enciphered with public key cannot be read by anyone except the owner of the private key Authentication –Only the owner of the private key knows it, so text enciphered with private key must have been generated by the owner

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-45 More Security Services Integrity –Enciphered letters cannot be changed undetectably without knowing private key Non-Repudiation –Message enciphered with private key came from someone who knew it

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-46 Warnings Encipher message in blocks considerably larger than the examples here –If 1 character per block, RSA can be broken using statistical attacks (just like classical cryptosystems) –Attacker cannot alter letters, but can rearrange them and alter message meaning Example: reverse enciphered message of text ON to get NO

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-47 Cryptographic Checksums Mathematical function to generate a set of k bits from a set of n bits (where k ≤ n). –k is smaller then n except in unusual circumstances send both Alice Bob n bits message and Set of k bit checksum or message digest Message, re-compute the checksum and compare it with Alice sent

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-48 Example Use Example: ASCII parity bit –ASCII has 7 bits; 8th bit is “parity” –Even parity: even number of 1 bits –Odd parity: odd number of 1 bits Bob receives “ ” as bits. –Sender is using even parity; 6 1 bits, so character was received correctly Note: could be garbled, but 2 bits would need to have been changed to preserve parity –Sender is using odd parity; even number of 1 bits, so character was not received correctly

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-49 Definition Cryptographic checksum (or Hash function): h: A  B: has the following properties 1.For any x  A, h(x) is easy to compute 2.For any y  B, it is computationally infeasible to find x  A such that h(x) = y 3.It is computationally infeasible to find two inputs x, x  A such that x ≠ x and h(x) = h(x) –Alternate form (stronger): Given any x  A, it is computationally infeasible to find a different x  A such that h(x) = h(x).

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-50 Collisions If x ≠ x and h(x) = h(x), x and x are a collision –Pigeonhole principle: if there are n containers for n+1 objects, then at least one container will have 2 objects in it. –Application: if there are 32 files and 8 possible cryptographic checksum values, at least one value corresponds to at least 4 files

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-51 Keys Keyed cryptographic checksum: requires cryptographic key –DES in chaining mode: encipher message, use last n bits. Requires a key to encipher, so it is a keyed cryptographic checksum. Keyless cryptographic checksum: requires no cryptographic key –MD5 and SHA-1 are best known; others include MD4, HAVAL, and Snefru

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-52 HMAC Make keyed cryptographic checksums from keyless cryptographic checksums h keyless cryptographic checksum function that takes data in blocks of b bytes and outputs blocks of l bytes. k is cryptographic key of length b bytes –If short, pad with 0 bytes; if long, hash to length b ipad is repeated b times opad is repeated b times HMAC-h(k, m) = h(k  opad || h(k  ipad || m))  exclusive or, || concatenation

September 10, 2009Introduction to Computer Security ©2004 Matt Bishop Slide #8-53 Key Points Two main types of cryptosystems: classical and public key Classical cryptosystems encipher and decipher using the same key –Or one key is easily derived from the other Public key cryptosystems encipher and decipher using different keys –Computationally infeasible to derive one from the other Cryptographic checksums provide a check on integrity