53
An Efficient One-Bit Model for Differential Fault Analysis on Simon Family Juan Grados 1 abio Borges 2 Renato Portugal 1 Pedro Lara 3 1 National Laboratory for Scientific Computing 2 Technische Universit¨ at Darmstadt, cased – Telecooperation Lab 3 CEFET-RJ [email protected], [email protected], [email protected] and [email protected] September 13, 2015 FDTC 2015 Juan Grados , F´ abio Borges , Renato Portugal , Pedro Lara (shortinst) DFA on SIMON September 13, 2015 FDTC 2015 1/ 51

An Efficient One-Bit Model for Differential ... - polimi.it

  • Upload
    others

  • View
    1

  • Download
    0

Embed Size (px)

Citation preview

Page 1: An Efficient One-Bit Model for Differential ... - polimi.it

An Efficient One-Bit Model for Differential Fault

Analysis on Simon Family

Juan Grados 1 Fabio Borges 2 Renato Portugal 1 Pedro Lara 3

1National Laboratory for Scientific Computing

2Technische Universitat Darmstadt, cased – Telecooperation Lab

3CEFET-RJ

[email protected], [email protected], [email protected] and [email protected]

September 13, 2015FDTC 2015

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 1 /

51

Page 2: An Efficient One-Bit Model for Differential ... - polimi.it

Overview

1 Introduction

2 BackgroundSIMON FamilyPrevious DFA Models

3 One-Bit-Flip Fault Attack on Simon at round T − 3Deducing j

Retrieving LT−2 and KT−1

Retrieving LT−3 and KT−2

Comparison of results of DFA on Simon family.

4 Conclusion

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 2 /

51

Page 3: An Efficient One-Bit Model for Differential ... - polimi.it

Introduction

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 3 /

51

Page 4: An Efficient One-Bit Model for Differential ... - polimi.it

SIMON Family

Simon is a family of lightweight block ciphers based upon Feistelstructure.

This family was designed by the National Security Agency (NSA).

Its design provides optimal performance on resource-constraineddevices.

Simon supports 5 block sizes of 32, 48, 64, 96, 128 bits and up to 3key sizes for each block size.

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 4 /

51

Page 5: An Efficient One-Bit Model for Differential ... - polimi.it

Differential Fault Attack

Analysis

Figure: Differential Fault Attack.

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 5 /

51

Page 6: An Efficient One-Bit Model for Differential ... - polimi.it

Notation

T : total number of rounds in the cipher.(

Li−1,R i−1)

: 2n-bit input of the i th round of the cipher,i ∈ {0, · · · ,T − 1}.(

Li+1,R i+1)

: 2n-bit output of the i th round of the cipher,i ∈ {0, · · · ,T − 1}.

L(i−1)∗ ,R(i−1)∗ wrong left half input and wrong right half inputrespectively of the i th.

P : plaintext, C : ciphertext, C ∗: faulty ciphertext.

K i : n-bit round-key used in the i th round of the cipher,i ∈ {0 · · ·T − 1}.

x <<< a: circular left rotation of x by a bits.

xl : lth bit of the bit string x .

⊕ : logical operator xor.

⊙ : logical operator and.

a%b : a mod b

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 6 /

51

Page 7: An Efficient One-Bit Model for Differential ... - polimi.it

Background

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 7 /

51

Page 8: An Efficient One-Bit Model for Differential ... - polimi.it

SIMON Family

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 8 /

51

Page 9: An Efficient One-Bit Model for Differential ... - polimi.it

The Simon Family Cipher

cipherBlock size

2nKey words

m

Key sizemn

RoundsT

Index to z

j

Simon32/64 32 4 64 32 0Simon48/72 48 3 72 36 0Simon48/96 48 4 96 36 1Simon64/96 64 3 96 42 2Simon64/128 64 4 128 44 3Simon96/92 96 2 92 52 2Simon96/144 96 3 144 54 3Simon128/128 128 2 128 68 2Simon128/192 128 3 192 69 3Simon128/256 128 4 256 72 4

Table: Members of the SIMON family with their parameters

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 9 /

51

Page 10: An Efficient One-Bit Model for Differential ... - polimi.it

Round of SIMON

The design of SIMON is a classical Feistel scheme.

Figure: SIMON round.

F (x) = ((x <<< 8)⊙ (x <<< 1))⊕ (x <<< 2) (1)

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 10 /

51

Page 11: An Efficient One-Bit Model for Differential ... - polimi.it

Key Schedule

m = 2: K i = K i−2 ⊕(

K i−1>>> 3

)

⊕(

K i−1>>> 4

)

⊕ c ⊕ (zj)i−m

m = 3: K i = K i−3 ⊕(

K i−1>>> 3

)

⊕(

K i−1>>> 4

)

⊕ c ⊕ (zj)i−m

m = 4: K i =(

K i−4 ⊕ K i−3)

⊕(

K i−1>>> 3

)

⊕((

K i−3 ⊕(

K i−1>>> 3

))

>>> 1)

⊕ c ⊕ (zj)i−m

(2)

where c = (2n − 1)⊕ 3 is a constant value, (zj)i−mdenotes the i th bit of

zj , and i −m is taken module 62.

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 11 /

51

Page 12: An Efficient One-Bit Model for Differential ... - polimi.it

The zj vectors

j zj0 111110100010010101100001110011011111010001001010110000111001101 100011101111100100110000101101010001110111110010011000010110102 101011110111000000110100100110001010000100011111100101101100113 110110111010110001100101111000000100100010100111001101000011114 11010001111001101011011000100000010111000011001010010011101111

Table: The zj vectors used in the SIMON key schedule.

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 12 /

51

Page 13: An Efficient One-Bit Model for Differential ... - polimi.it

Previous DFA Models

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 13 /

51

Page 14: An Efficient One-Bit Model for Differential ... - polimi.it

Previous DFA Models

H. Tupsamudre, S. Bisht, and D. Mukhopadhyay, Differential faultanalysis on the families of simon and speck ciphers, in Fault Diagnosisand Tolerance in Cryptography (FDTC), 2014 Workshop on, Sept2014, pp. 4048

J. Takahashi and T. Fukunaga, Fault Analysis on SIMON Family ofLightweight Block Ciphers, in Information Security and Cryptology -ICISC 2014,

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 14 /

51

Page 15: An Efficient One-Bit Model for Differential ... - polimi.it

The One-Bit-Flip and One-Byte

Models

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 15 /

51

Page 16: An Efficient One-Bit Model for Differential ... - polimi.it

One bit affects three bits

F(

Li−1)

(j+1)%n=

(

Li−1j%n

⊙ Li−1(j−7)%n

)

⊕ Li−1(j−1)%n

F(

Li−1)

(j+2)%n=

(

Li−1(j+1)%n

⊙ Li−1(j−6)%n

)

⊕ Li−1j%n

F(

Li−1)

(j+8)%n=

(

Li−1(j+7)%n

⊙ Li−1j%n

)

⊕ Li−1(j+6)%n

(3)

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 16 /

51

Page 17: An Efficient One-Bit Model for Differential ... - polimi.it

Equation of the Last Round

Let (LT ,RT ) be the output of the cipher. Then

KT−1 = LT−2 ⊕ F (RT )⊕ LT (4)

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 17 /

51

Page 18: An Efficient One-Bit Model for Differential ... - polimi.it

Determining the Fault Position and Value

Let be (LT∗

,RT∗

) the faulty ciphertext when an error occurred in theintermediate result LT−2. Then

e = LT ⊕ LT∗

⊕ F (RT )⊕ F (RT∗

).

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 18 /

51

Page 19: An Efficient One-Bit Model for Differential ... - polimi.it

One-Bit-Flip Model

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 19 /

51

Page 20: An Efficient One-Bit Model for Differential ... - polimi.it

One-Bit-Flip Fault Attack on SIMON

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 20 /

51

Page 21: An Efficient One-Bit Model for Differential ... - polimi.it

One-Bit-Flip Fault Attack on SIMON

RT = LT−1

RT∗

= LT−1∗

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 21 /

51

Page 22: An Efficient One-Bit Model for Differential ... - polimi.it

One-Bit-Flip Fault Attack on SIMON

RT = LT−1 = RT−2 ⊕ F (LT−2)⊕ KT−2

RT∗

= LT−1∗ = RT−2 ⊕ F (LT−2∗)⊕ KT−2

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 22 /

51

Page 23: An Efficient One-Bit Model for Differential ... - polimi.it

One-Bit-Flip Fault Attack on SIMON

RT∗

= RT−2 ⊕ F (LT−2∗)⊕ KT−2

RT = RT−2 ⊕ F (LT−2)⊕ KT−2

Page 24: An Efficient One-Bit Model for Differential ... - polimi.it

One-Bit-Flip Fault Attack on SIMON

RT∗

= RT−2 ⊕ F (LT−2∗)⊕ KT−2

RT = RT−2 ⊕ F (LT−2)⊕ KT−2

RT ⊕ RT∗

= F (LT−2)⊕ F (L(T−2)∗)

(RT ⊕ RT∗

)(j+1)%n = (LT−2j ⊙ LT−2

(j−7)%n)⊕ (LT−2

(j−7)%n⊙ (LT−2

j ⊕ 1)

(RT ⊕ RT∗

)(j+8)%n = (LT−2j ⊙ LT−2

(j+7)%n)⊕ (LT−2

(j+7)%n⊙ (LT−2

j ⊕ 1))

(RT ⊕ RT∗

)(j+2)%n = LT−2j ⊕ LT−2

j ⊕ 1 = 1

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 23 /

51

Page 25: An Efficient One-Bit Model for Differential ... - polimi.it

One-Bit-Flip Fault Attack on SIMON

(RT ⊕ RT∗

)(j+1)%n = (LT−2j ⊙ LT−2

(j−7)%n)⊕ (LT−2

(j−7)%n⊙ (LT−2

j ⊕ 1)

LT−2j LT−2

j ⊕ 1 LT−2(j−7)%n

(RT ⊕ RT∗

)(j+1)%n

0 1 0 0

1 0 0 0

0 1 1 1

1 0 1 1

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 24 /

51

Page 26: An Efficient One-Bit Model for Differential ... - polimi.it

One-Bit-Flip Fault Attack on SIMON

(RT ⊕ RT∗

)(j+8)%n = (LT−2j ⊙ LT−2

(j+7)%n)⊕ (LT−2

(j+7)%n⊙ (LT−2

j ⊕ 1)

LT−2j LT−2

j ⊕ 1 LT−2j+7%n

(RT ⊕ RT∗

)(j+8)%n

0 1 0 0

1 0 0 0

0 1 1 1

1 0 1 1

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 25 /

51

Page 27: An Efficient One-Bit Model for Differential ... - polimi.it

One-Bit-Flip Fault Attack on SIMON

With the values of the bits LT−2j−7%n

, LT−2j+7%n

, and

KT−1 = LT−2 ⊕ F (RT )⊕ LT

it is possible retrieve the corresponding bits of KT−1.

KT−1(j−7)%n

= LT−2(j−7)%n

⊕ F (RT )(j−7)%n ⊕ LT(j−7)%n

KT−1(j+7)%n

= LT−2(j+7)%n

⊕ F (RT )(j+7)%n ⊕ LT(j+7)%n

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 26 /

51

Page 28: An Efficient One-Bit Model for Differential ... - polimi.it

The One-Byte Model

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 27 /

51

Page 29: An Efficient One-Bit Model for Differential ... - polimi.it

The One-Byte Model

In this model one byte of LT−2 is affected.

It uses the same working principle of the one-bit-flip model to retrieveKT−1.

Except for two cases.

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 28 /

51

Page 30: An Efficient One-Bit Model for Differential ... - polimi.it

The One-Byte Model

In this model one byte of LT−2 is affected.

It uses the same working principle of the one-bit-flip model to retrieveKT−1.

Except for two cases.

1 the least and most significant bits of the induced byte fault are one.2 a byte fault flips two adjacent bits.

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 28 /

51

Page 31: An Efficient One-Bit Model for Differential ... - polimi.it

The n-bit Model

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 29 /

51

Page 32: An Efficient One-Bit Model for Differential ... - polimi.it

The n-bit Model

Similar to the last two models, the authors analyzed the input andoutput differences in the AND operation when applying random faultinjections on n bits.

They have precisely calculated the average number of fault injectionsto obtain a round key by examining the relationships between the bitsobtained through multiple fault injections.

Their analysis reduce significantly the average number of faultinjections to retrieve LT−2.

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 30 /

51

Page 33: An Efficient One-Bit Model for Differential ... - polimi.it

One-Bit-Flip Fault Attack on

Simon at round T − 3

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 31 /

51

Page 34: An Efficient One-Bit Model for Differential ... - polimi.it

One-Bit-Flip Fault Attack on Simon at round T − 3

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 32 /

51

Page 35: An Efficient One-Bit Model for Differential ... - polimi.it

Deducing j

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 33 /

51

Page 36: An Efficient One-Bit Model for Differential ... - polimi.it

Deducing j

Similarly, for our modification we cannot perform our attack if we do notknow the position of the flipped bit in the left half input LT−3, and the

positions of flipped bits in LT−2 affected by F(

L(T−3)∗)

.

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 34 /

51

Page 37: An Efficient One-Bit Model for Differential ... - polimi.it

Deducing j

a b c

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 35 /

51

Page 38: An Efficient One-Bit Model for Differential ... - polimi.it

Deducing j

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 36 /

51

Page 39: An Efficient One-Bit Model for Differential ... - polimi.it

For example

lsb

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 37 /

51

Page 40: An Efficient One-Bit Model for Differential ... - polimi.it

Retrieving LT−2 and KT−1

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 38 /

51

Page 41: An Efficient One-Bit Model for Differential ... - polimi.it

Retrieving LT−2 and KT−1

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 39 /

51

Page 42: An Efficient One-Bit Model for Differential ... - polimi.it

New Formulas

A flip in LT−2(j+1)%n

affects 3 bits:

(

RT

⊕ RT∗

)

(j+2)%n=

(

LT−2(j+1)%n

⊙ LT−2(j−6)%n

)

((

LT−2(j+1)%n

⊕ 1)

⊙ LT−2(j−6)%n

)

⊕ RT−2(j+2)%n

(

RT

⊕ RT∗

)

(j+3)%n=

(

LT−2(j+2)%n

⊙ LT−2(j−5)%n

)

((

LT−2(j+2)%n

⊕ 1)

⊙ LT−2(j−5)%n

)

⊕ 1 ⊕ RT−2(j+3)%n

if L(j+2)%n was affected

1 ⊕ RT−2(j+3)%n

if otherwise

(

RT

⊕ RT∗

)

(j+9)%n=

(

LT−2(j+8)%n

⊙ LT−2(j+1)%n

)

((

LT−2(j+8)%n

⊕ 1)

(

LT−2(j+1)%n

⊕ 1))

⊕ RT−2(j+9)%n

if L(j+8)%n was affected(

LT−2(j+8)%n

⊙ LT−2(j+1)%n

)

((

LT−2(j+8)%n

)

(

LT−2(j+1)%n

⊕ 1))

⊕ RT−2(j+9)%n

if otherwise

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 40 /

51

Page 43: An Efficient One-Bit Model for Differential ... - polimi.it

New Formulas

A flip in LT−2(j+2)%n

affects 3 bits:

(

RT

⊕ RT∗

)

(j+3)%n=

(

LT−2(j+2)%n

⊙ LT−2(j−5)%n

)

((

LT−2(j+2)%n

⊕ 1)

⊙ LT−2(j−5)%n

)

⊕ 1 ⊕ RT−2(j+3)%n

if L(j+1)%n was affected(

LT−2(j+2)%n

⊙ LT−2(j−5)%n

)

((

LT−2(j+2)%n

⊕ 1)

⊙ LT−2(j−5)%n

)

⊕ RT−2(j+3)%n

if otherwise

(

RT

⊕ RT∗

)

(j+4)%n= L

T−2(j+2)%n

⊕ (LT−2(j+2)%n

⊕ 1) ⊕ RT−2(j+4)%n

= 1 ⊕ ET−2(j+4)%n

(

RT

⊕ RT∗

)

(j+10)%n=

(

LT−2(j+9)%n

⊙ LT−2(j+2)%n

)

(

LT−2(j+9)%n

(

LT−2(j+2)%n

⊕ 1))

⊕ 1 ⊕ RT−2(j+10)%n

if L(j+8)%n was affected(

LT−2(j+9)%n

⊙ LT−2(j+2)%n

)

(

LT−2(j+9)%n

(

LT−2(j+2)%n

⊕ 1))

⊕ RT−2(j+10)%n

if otherwise

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 41 /

51

Page 44: An Efficient One-Bit Model for Differential ... - polimi.it

New Formulas

A flip in LT−2(j+8)%n

affects 3 bits:

(

RT

⊕ RT∗

)

(j+9)%n=

¬

(

LT−2(j+8)%n

⊕ LT−2(j+1)%n

)

⊕ RT−2(j+9)%n

if L(j+1)%n was affected(

LT−2(j+8)%n

⊙ LT−2(j+1)%n

)

(

LT−2(j+1)%n

(

LT−2(j+8)%n

⊕ 1))

⊕ RT−2(j+9)%n

if otherwise

(

RT

⊕ RT∗

)

(j+10)%n=

(

LT−2(j+9)%n

⊙ LT−2(j+2)%n

)

(

LT−2(j+9)%n

(

LT−2(j+2)%n

⊕ 1))

⊕ RT−2(j+10)%n

if L(j+2)%n was affected

1

if otherwise

(

RT

⊕ RT∗

)

(j+16)%n=

(

LT−2(j+15)%n

⊙ LT−2(j+8)%n

)

(

LT−2(j+15)%n

(

LT−2(j+8)%n

⊕ 1))

⊕ RT−2(j+16)%n

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 42 /

51

Page 45: An Efficient One-Bit Model for Differential ... - polimi.it

Deducing bit of LT−2

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 43 /

51

Page 46: An Efficient One-Bit Model for Differential ... - polimi.it

Deducing bit of LT−2

(

RT ⊕ RT∗)

(j+3)%n=

(

LT−2(j+2)%n

⊙ LT−2(j−5)%n

)

⊕((

LT−2(j+2)%n

⊕ 1)

⊙ LT−2(j−5)%n

)

⊕ RT−2(j+3)%n

.

(5)

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 44 /

51

Page 47: An Efficient One-Bit Model for Differential ... - polimi.it

Retrieving LT−3 and KT−2

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 45 /

51

Page 48: An Efficient One-Bit Model for Differential ... - polimi.it

Retrieving LT−3 and KT−2

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 46 /

51

Page 49: An Efficient One-Bit Model for Differential ... - polimi.it

Comparison of results of DFA on

Simon family.

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 47 /

51

Page 50: An Efficient One-Bit Model for Differential ... - polimi.it

Comparison of results of DFA on Simon family.

Table: Comparison of results of DFA on Simon family.

BlockSize

KeySize

KeyWords(m)

Fault LocationAvg.One-byte

Avg.One-bit-flip

Avg.n-bit

FaultLocation

Avg.One-bit-flip

32 64 4 L27, L28, L29, L30 24 101.72 12.20 L27, L29 50.85

48 72 3 L32, L33, L34 27 130.78 9.91 L32, L33 87.19

48 96 4 L31, L32, L33, L34 36 174.37 13.22 L31, L33 87.19

64 96 3 L38, L39, L40 39 189.44 10.45 L38, L39 126.29

64 128 4 L39, L40, L41, L42 52 252.58 13.93 L39, L41 126.29

96 96 2 L49, L50 42 210.24 7.46 L49 105.12

96 144 3 L50, L51, L52 63 315.36 11.19 L50, L51 210.24

128 128 2 L65, L66 60 299.68 7.82 L65 149.84

128 192 3 L65, L66, L67 90 449.52 11.73 L65, L66 299.68

128 256 4 L67, L68, L69, L70 120 599.36 15.64 L67, L69 299.68

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 48 /

51

Page 51: An Efficient One-Bit Model for Differential ... - polimi.it

Conclusion

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 49 /

51

Page 52: An Efficient One-Bit Model for Differential ... - polimi.it

Conclusion

We have described a DFA on Simon family inspired on the ideas ofTupsamudre et al.

As we show, besides using the information leaked by the ANDoperation, we exploit the pseudo invertibility of the round function F

when a single fault injection happens in its input.

We believe that this pseudo invertibility contributes to the study ofFault Analysis on other cryptographic primitives. For example SPECK.

In the future, we will investigate if it is possible to extend our methodusing random-byte fault model or the n-bit model.

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 50 /

51

Page 53: An Efficient One-Bit Model for Differential ... - polimi.it

Thanks!

Juan Grados , Fabio Borges , Renato Portugal , Pedro Lara (shortinst)DFA on SIMONSeptember 13, 2015 FDTC 2015 51 /

51