/
Cryptography CS 555 Week 1: Cryptography CS 555 Week 1:

Cryptography CS 555 Week 1: - PowerPoint Presentation

coursion
coursion . @coursion
Follow
343 views
Uploaded On 2020-06-23

Cryptography CS 555 Week 1: - PPT Presentation

Course Overview amp What is Cryptography Historical Ciphers amp How to Break Them Perfect Secrecy Readings Katz and Lindell Chapter 12 Appendix A3 background 1 Fall 2018 Topic ID: 783992

secret key space message key secret message space enc ciphertext gen cipher encryption definition cryptography shift plaintext attacker output

Share:

Link:

Embed:

Download Presentation from below link

Download The PPT/PDF document "Cryptography CS 555 Week 1:" is the property of its rightful owner. Permission is granted to download and print the materials on this web site for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.


Presentation Transcript

Slide1

Cryptography

CS 555

Week 1: Course Overview & What is CryptographyHistorical Ciphers (& How to Break Them)Perfect SecrecyReadings: Katz and Lindell Chapter 1-2 + Appendix A.3 (background)

1

Fall 2018

Slide2

Topic

1: Course Overview & What is Cryptography

2

Slide3

3

Slide4

What is Cryptography?

“the

art of writing or solving codes” – Concise Oxford English Dictionary4

Precise Mathematical Security Definitions

Specific Algorithmic Assumptions

Formal Security Reductions/Proofs

Experience

Intuition

Creativity

Slide5

What is Cryptography?

“the art of writing or solving codes” – Concise Oxford English Dictionary

“The study of mathematical techniques for securing digital information, systems and distributed computation against adversarial attacks.” -- Intro to Modern Cryptography

Late 20

th

century

Art

Science

5

Slide6

What Does It Mean to “Secure Information”

Confidentiality (Security/Privacy)

Only intended recipient can see the communication

6

Slide7

What Does It Mean to “Secure Information”

Confidentiality (Security/Privacy)

Only intended recipient can see the communicationIntegrity (Authenticity)The message was actually sent by the alleged sender

Bob

Alice

I love you Alice… - Bob

We need to break up -Bob

7

Slide8

Two Attacker Models

Passive

Attacker (Eve)Attacker can eavesdrop Protection Requires? ConfidentialityActive Attacker (Mallory)Has full control over communication channelProtection Requires? Confidentiality & Integrity8

Slide9

Steganography vs Cryptography

Steganography

Goal: Hide existence of a messageInvisible Ink, Tattoo Underneath Hair, …Assumption: Method is secret

9

Slide10

Steganography vs Cryptography

Steganography

Goal: Hide existence of a messageInvisible Ink, Tattoo Underneath Hair, …Assumption: Method is secretCryptographyGoal: Hide the meaning of a messageDepends only on secrecy of a (short) keyKerckhoff’s Principle: Cipher method should not be required to be secret.

10

Slide11

Symmetric Key Encryption

What cryptography has historically been all about (Pre 1970)

Two parties (sender and receiver) share secret keySender uses key to encrypt (“scramble”) the message before transmissionReceiver uses the key to decrypt (“unscramble”) and recover the original message11

Slide12

Encryption: Basic Terminology

Plaintext

The original message mPlaintext Space (Message Space)The set of all possible plaintext messagesExample 1:

Example 2:

--- all n-bit messages

Ciphertext

An encrypted (“scrambled”) message

(

ciphertext

space)

Key/

Keyspace

 

12

Slide13

Private Key Encryption Syntax

Message Space:

Key Space: Three Algorithms

(Key-generation algorithm)

Input:

Random Bits R

Output:

Secret key

(Encryption algorithm)

Input:

Secret key

and message

Output:

ciphertext

c

(Decryption algorithm)

Input:

Secret key

and a ciphertex

Output:

a plaintext message

Invariant:

Dec

k

(

Enc

k

(m))=m

 

Typically picks

uniformly at random

 

Trusted Parties (e.g., Alice and Bob) must run Gen in advance to obtain secret k.

Assumption: Adversary does not get to see output of Gen

13

Slide14

Cryptography History

2500+ years

Ongoing battleCodemakers and codebreakers14Shannon Entropy/Perfect Secrecy (~1950)

Caesar Shift Cipher (50 BC)

Frequency Analysis

Cipher Machines (1900s)

1970s

Public Key Crypto/RSA

Formalization of Modern Crypto (1976+)

Slide15

Who Uses Cryptography

Traditionally: Militias

Modern Times: Everyone!15Revolutionary War

Caesar Shift Cipher (50 BC)

Modern Crypto

Slide16

Course Goals

Understand the mathematics underlying cryptographic algorithms and protocols

Understand the power (and limitations) of common cryptographic toolsUnderstand the formal approach to security in modern cryptography16

Slide17

Expected

Background

Basic Probability TheoryAlgorithms and ComplexityMost security proofs involve reductionsGeneral Mathematical MaturityQuantifiers/Predicate LogicUnderstand what is (is not) a proper definitionKnow how to write a proof17

Slide18

Recap: Lecture 1SyllabusWhat is cryptographyScience vs ArtAuthenticity vs IntegritySteganography vs Cryptography

Hiding existence vs. meaning of a message18

Slide19

Review: Symmetric Key EncryptionWhat cryptography has historically been all about (Pre 1970)Two parties (sender and receiver) share secret keySender uses key to encrypt (“scramble”) the message before transmission

Receiver uses the key to decrypt (“unscramble”) and recover the original message

19

Slide20

Review: Encryption: Basic TerminologyPlaintextThe original message m

Plaintext Space (Message Space)The set

of all possible plaintext messagesExample 1:

Example 2:

-

Ciphertext

An encrypted (“scrambled”) message

(ciphertext space)

Key/

Keyspace

 

20

Slide21

Review: Private Key Encryption SyntaxMessage Space:

Key Space:

Three Algorithms

(Key-generation algorithm)

Input:

Random Bits R

Output:

Secret key

(Encryption algorithm)

Input:

Secret key

and message

Output:

ciphertext

c

(Decryption algorithm)

Input:

Secret key

and a ciphertex

Output:

a plaintext message

Invariant:

Dec

k

(

Enc

k

(m))=m

 

Typically picks

uniformly at random

 

Trusted Parties (e.g., Alice and Bob) must run Gen in advance to obtain secret k.

Assumption: Adversary does not get to see output of Gen

21

Slide22

Example: Shift

Cipher (Multiple Characters)

Key Space: ={0,1,…,25}Message Space: ={a,b,c,…,z}*

Note:

since

 

22

Slide23

Topic 2: Historical Ciphers (& How to Break Them)

23

Slide24

Shift Cipher

Key Space:

={0,1,…,25}Message Space: ={a,b,c,…,z}*Right Shift OperationRS1(a) = bRS

1(b) = c...RS1

(z) = ?

RS

i+1

(a)=

RS

i

(b)

Each letter in plaintext message

is right shifted k times

RS

k

Question:

what is ciphertext space

?

 

24

Slide25

Caesar

Cipher

25Caesar adopted the shift cipher with secret key k=3

Three shall be the number of thy shifting and the number of thy shifting shall be three. Four shalt thou not shift, neither shift thou two, excepting that thou then proceed to three. Five is right out…..

Slide26

Caesar

Cipher (Example)

26BEGINTHEATTACKNOW

 EHJLQWKHDWWDFNQRZ

Caesar adopted the shift cipher with secret key k=3

Slide27

Caesar

Cipher (Example)

27BEGINTHEATTACKNOW

 EHJLQWKHDWWDFNQRZ

Immediate Issue: anyone who knows method can decrypt

(since k=3 is fixed)

Slide28

Modern Application: Avoid Spoilers (ROT13)

28

Slide29

Modern Application: Avoid Spoilers (ROT13)

29

Slide30

Shift Cipher: Brute Force Attack

Ciphertext

: “lwxrw ztn sd ndj iwxcz xh gxvwi?”k=1  m = “mxysx auo te oek jxyda

yi hywxj?”

k=2  m=“

nyzty

bvp

uf

pfl

kyzeb

zj

izxyk

?”

k=3

 m

=“

ozauz

cwq

vg

qgm

lzafc

ak

jayzl?”k=4  m = “pabva

dxr

wh

rhn

mabgd

bl

kbzam?”

k=5

 m

=“

qbcwb

eys

xi

sio

nbche

cm

lcabn

?”k=6  m=“

rcdxc fzt yj tjp ocdif dn mdbco

?”30

Slide31

Shift Cipher: Brute Force Attack

Ciphertext

: “lwxrw ztn sd ndj iwxcz xh gxvwi?”…k=7  m=“sdeyd gau zk ukq pdejg

eo necdp?”

k=8

 m

=“

tefze

hbv

al

vlr

qefkh

fp

ofdeq

?”

k=9

 m =

ufgaf

icw

bm

wms

rfgli gq pgefr?” k=10

 m

=“

vghbg

jdx

cn

xnt

sghmj hr

qhfgs

?”

k=11 m= “

which key do you think is right?”

k=12

m=

xijdi

lfz

ep

zpv uijol

jt sjhiu?”31

Slide32

Sufficient Key Space Principle

“Any secure encryption scheme

must have a key space that is sufficiently large to make an exhaustive search attack infeasible.”32

Slide33

Sufficient Key Space Principle

“Any secure encryption scheme

must have a key space that is sufficiently large to make an exhaustive search attack infeasible.”Question 1: How big is big enough? Complicated question….Question 2: If the key space is large is the encryption scheme necessarily secure?33

Slide34

Substitution Cipher

Secret key K is permutation of the alphabet

Example:A B C D E F G H I J K L M N O P Q R S T U V W X Y ZX E U A D N B K V M R O C Q F S Y H W G L Z I J P TEncryption: apply permutation K to each letter in messageTELLHIMABOUTME  GDOOKVCXEFLGCDDecryption: reverse the permutation

34

Slide35

Substitution Cipher

Secret key K is a permutation of the alphabet

Example:A B C D E F G H I J K L M N O P Q R S T U V W X Y ZX E U A D N B K V M R O C Q F S Y H W G L Z I J P TQuestion: What is the size of the keyspace ?

 

35

Slide36

36

Slide37

Frequency Analysis

37

Observation 1: If e is mapped to d then every appearance of e in the plaintext results in the appearance of a d in the ciphertextObservation 2: Some letters occur much more frequently in English.

Observation 3:

Texts consisting of a few sentences tend to have a distribution close to average.

Step 1: Find letter in ciphertext that occurs with

frequency > 11%. This letter is probably e…

Slide38

Vigenère

Cipher

Generalizes Shift CipherK=k1,…,ktEncK(m) Shift first letter right k1 timesShift second letter right k2 times…Shift tth letter right k

t times Shift t+1st

letter right k

1

times

Question:

Size of key-space?

Answer: 26

t

(brute force may not be useful)

38

Slide39

Vigen

ère Cipher

Still vulnerable to frequency analysisGood guess: Select K=k1,…,kt to maximize number of e’s in resulting ciphertext See Katz and Lindell 1.3 for even more sophisticated heuristics.Attack works when the initial message m is sufficiently long Vigenère is “perfectly secret” if the message m is at most t letters long.

39

Slide40

Conclusions

Designing secure ciphers is hard

Vigenère remained “unbroken” for a long timeComplex schemes are not secureAll historical ciphers have fallen40

Slide41

Topic

3: Perfect Secrecy + One-Time-Pads

41

Slide42

Principles of Modern Cryptography

Need formal definitions of “security”

If you don’t understand what you want to achieve, how can you possibly know when (or if) you have achieved it?Attempt 1: Impossible for attacker to recover secret key K

Attempt 2: Impossible for attacker to recover entire plaintext from ciphertext?

Ok to decrypt 90% of message?

Attempt 3: Impossible for attacker to figure out any particular character of the plaintext from the ciphertext?

[Too Weak] Does employee make more than $100,000 per year?

[Too Strong] Lucky

guess? Prior Information? (e.g., letters always begin “Dear ….”)

 

42

Slide43

Principles of Modern Cryptography

Need formal definitions of “security”

If you don’t understand what you want to achieve, how can you possibly know when (or if) you have achieved it?Final Attempt: Regardless of information an attacker already has, a ciphertext should leak no additional information about the underlying plaintext.This is the “right” approachStill need to formalize mathematicallySecurity definition includes goal and threat-model

43

Slide44

Principles of Modern Cryptography

Proofs of Security are critical

Iron-clad guarantee that attacker will not succeed (relative to definition/assumptions) Experience: intuition is often misleading in cryptographyAn “intuitively secure” scheme may actually be badly broken.Before deploying in the real worldConsider definition/assumptions in security definitionDoes the threat model capture the attackers true abilities?44

Slide45

Perfect Secrecy Intuition

Regardless of information an attacker

already has, a ciphertext should leak no additional information about the underlying plaintext.We will formalize this intuitionAnd show how to achieve it45

Slide46

Private Key Encryption Syntax

Message Space:

Key Space: Three Algorithms

(Key-generation algorithm)

Input:

Random Bits R

Output:

Secret key

.

(Encryption algorithm)

Input:

Secret key

and message

Output:

ciphertext

c

(Decryption algorithm)

Input:

Secret key

and a ciphertex

Output:

a plaintext message

Invariant:

Dec

k

(

Enc

k

(m))=m

 

Typically picks

uniformly at random

 

Trusted Parties (e.g., Alice and Bob) must run Gen in advance to obtain secret k.

Assumption: Adversary does not get to see output of Gen

46

Slide47

An Example

Enemy knows that Caesar likes to fight in the rain and it is raining today

Suppose that Caesar sends c=

Enc

K

(m) to generals and that the attacker calculates

Did the attacker learn anything useful?

 

47

Slide48

Perfect Secrecy

Definition 1:

An encryption scheme

with message space

is perfectly secret if for

every

probability distribution

over

every message

and every ciphertext

for which

:

(where

,

and

)

Definition 2:

For every

and

(where the probabilities are taken over the randomness of Gen and

Enc

)

Lemma 2.4:

The above definitions are equivalent.

 

48

Slide49

Proof (one direction): Suppose first that (Gen,Enc,Dec) does not satisfy definition 2. Then there exists

and

such that

We will now prove that definition 1 does not hold. Define

such that

Assume for the sake of contradiction that Definition 1 were satisfied then we would have

w

hich implies

 

49

Slide50

Proof (one direction): Suppose first that (Gen,Enc,Dec) does not satisfy definition 2. Then there exists

and

such that

Define

such that

Bayes Rule (1)

 

50

Slide51

Proof (one direction): Suppose first that (Gen,Enc,Dec) does not satisfy definition 2. Then there exists

and

such that

Define

such that

Bayes Rule (2)

 

51

Slide52

Proof (one direction): Suppose first that (Gen,Enc,Dec) does not satisfy definition 2. Then there exists

and

such that

Define

such that

Combining equations (2) and (3

), Bayes Rule

implies that

 

52

Slide53

Proof (one direction): Thus, Bayes Rule implies that

We previously showed that definition 2 implies

Contradiction!

 

53

Slide54

Another Equivalent Definition (Game)

 

54

m

0

,

m

1

Random bit b

K

Gen(.)

c =

Enc

K

(

m

b

)

c

b’

Slide55

Another Equivalent Definition (Game)

 

55

m

0

,

m

1

Random bit b

K = Gen(.)

c =

Enc

K

(

m

b

)

c

b’

and let A denote an eavesdropping attacker.

 

Slide56

Another Equivalent Definition (Game)

56

m

0,

m

1

Random bit b

K

Gen(.)

c =

Enc

K

(

m

b

)

c

b’

Suppose

we have

m,m’,c

’ s.t.

Pr

[

Enc

K

(m)= c’] >

Pr

[

Enc

K

(m’)=c’]

then the adversary can win the game

w.p

> ½. How?

What else do we need to establish to prove that the definitions are equivalent?

Slide57

One Time Pad [

Vernam 1917]

57

 

 

0011 = ???

 

Theorem

:

The one-time pad encryption scheme is perfectly secret

The following calculation holds for any c,

m

Pr

[

Enc

K

(m)=

c] =

Pr

[

m

=c

] =

Pr

[K=c

m]

=

.

Thus, for any m, m’, c we have

Pr

[

Enc

K

(m

)=c

]=

=

Pr

[

Enc

K

(m’)=

c

].

 

Slide58

One Time Pad [

Vernam 1917]

58

 

 

0011 = ???

 

Slide59

One Time Pad

59

Slide60

Perfect Secrecy Limitations

Theorem

: If (Gen,Enc,Dec) is a perfectly secret encryption scheme then

 

60

Slide61

One Time Pad Limitations

61

The key is as long as the messageHow to exchange long messages?Need to exchange/secure lots of one-time pads!OTPs can only be used onceAs the name suggestsVENONA project (US + UK)Decrypt ciphertexts sent by Soviet Union which were mistakenly encrypted with portions of the same one-time pad over several decades

 

Slide62

VENONA project

62

Slide63

Shannon’s Theorem

Theorem

: Let (Gen,Enc,Dec) be an encryption scheme with

Then the scheme is perfectly secret if and only if:

Every key

k

is chosen with (equal) probability

by the algorithm Gen, and

For every

and every

there exists a unique key k

such that

Enc

k

(m)=c

 

63

Slide64

An Important Remark on Randomness

In our analysis we have made (and will

continue to make) a key assumption:We have access to true “randomness” to generate a secret key K Example: K = one time padIndependent Random Bits Unbiased Coin flipsRadioactive decay?64

Slide65

In Practice

65

Hard to flip thousands/millions of coins

Mouse-movements/keys

Uniform bits?

Independent bits?

Use Randomness Extractors

As long as input has high entropy, we can extract (almost) uniform/independent bits

Hot research topic in theory

Slide66

In Practice

66

Hard to flip thousands/millions of coins

Mouse-movements/keys

Customized Randomness Chip?

Slide67

Caveat: Don’t do this!

Rand() in C

stdlib.h is no good for cryptographic applicationsSource of many real world flaws67

Slide68

Coming Up in Week 2…

Computational Security

Pseudorandomness + Stream CiphersChosen Plaintext Attacks and CPA SecurityWeek 2 Reading: Katz and Lindell 3.1-3.468