42
Finding Preimages of Tiger Up To 23 Steps Lei Wang 1 , and Yu Sasaki 1,2 08/Feb./2010 @ FSE2010 Seoul, Korea 1. The University of Electro-Communications 2. NTT Corporation 1 Lai Wang, Yu Sasaki . Finding Preimages of Tiger Up To 23 Steps

Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

  • Upload
    others

  • View
    2

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

Finding Preimages of Tiger Up To 23 Steps

Lei Wang1, and Yu Sasaki1,2

08/Feb./2010 @ FSE2010 Seoul, Korea

1. The University of Electro-Communications2. NTT Corporation

1Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps

Page 2: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

Symbolic animal of the year

Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps 2

mousecow

tiger

rabbit

dragon

snakehorse

sheep

monkey

bird

dog

wild boar

Page 3: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

Symbolic animal of the year

Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps 3

mousecow

tiger

rabbit

dragon

snakehorse

sheep

monkey

bird

dog

wild boar

This year is a TIGER year !!

Page 4: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

Outline

Motivation

Tiger hash function

Pseudo-preimage attack on 23-step Tiger

Conclusion

4Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps

Page 5: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

Recent progress in preimage attacks

• Since 2008, meet-in-the-middle preimage attacks have been developed for various MD4-based hash functions.

• Problems: weak message expansion (Reordering message index in each round)

• At CRYPTO’09, Aoki and Sasaki proposed an attack framework for linear message expansion.

Is the attack applied to non-MD4-based hashs?Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps 5

Page 6: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

Design strategy of Tiger

Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps 6

• Tiger’s strategy:- strong and heavy computations- small number of rounds

• Can these prevent MitM preimage attacks?

Page 7: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

Comparison with previous workPreimage attack on Tiger (24steps for full specification)

#steps complexity memory note

Indesteegeet al. 13 2128.5 Negl. WeWoRC2007

Isobeet al. 16 2161 232 FSE2009

Mendel 17 2185 2160 Africacrypt2009

Ours 231.4×2189 222

7Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps

Preimages

2187.5 222 2nd Preimages

24 (full) ePrint 20102184.3 216.7Guoet al.

Page 8: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

Outline

Motivation

Tiger hash function

Pseudo-preimage attack on 23-step Tiger

Conclusion

8Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps

Page 9: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

TigerAn iterated hash function designed by Anderson and Biham.

h0 tiger tiger tiger…M m0 m1 ml

h1 h2 hl hl+1

mi: 512 bits, hi: 192 bits.

tiger: compression function of Tiger

{0, 1}192×{0, 1}512 → {0, 1}192

9Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps

Narrow-pipe Merkle-Damgård structure

(public constant)

Page 10: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

Structure of tiger

hi+1

1 st step

mi KSF

X0

2 nd stepX1

(A0 , B0 , C0 )

24 th stepX23

…(A24 , B24 , C24 )

hi

output

hi=A0||B0||C0 hi+1=(A24⊕A0)||(B24-B0)||(C24+C0)

Xj, Aj, Bj, Cj: 64-bit KSF: key schedule function

10Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps

Page 11: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

Structure of tiger

hi+1

1 st step

mi KSF

X0

2 nd stepX1

(A0 , B0 , C0 )

24 th stepX23

…(A24 , B24 , C24 )

hi

output

hi=A0||B0||C0 hi+1=(A24⊕A0)||(B24-B0)||(C24+C0)

Xj, Aj, Bj, Cj: 64-bit KSF: key schedule function

11Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps

Page 12: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

KSF of tigermi=X0||X1||X2||X3||X4||X5||X6||X7

Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps 12

Page 13: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

KSF of tigermi=X0||X1||X2||X3||X4||X5||X6||X7

Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps 13

Page 14: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

KSF of tigermi=X0||X1||X2||X3||X4||X5||X6||X7

Non-linear and complicated

Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps 14

Page 15: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

Step function of tiger

Xi⊕Ci=c7||c6||···||c0 cj: 8-bit

even=T0(c0)⊕T1(c2)⊕T2(c4)⊕T3(c6)

ti: a small constant

odd=T3(c1)⊕T2(c3)⊕T1(c5)⊕T0(c7)

Tj: S-boxes mapping 8-bit values to 64-bit values

Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps 15

Page 16: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

Step function of tiger

Xi⊕Ci=c7||c6||···||c0 cj: 8-bit

even=T0(c0)⊕T1(c2)⊕T2(c4)⊕T3(c6)

ti: a small constant

odd=T3(c1)⊕T2(c3)⊕T1(c5)⊕T0(c7)

Tj: S-boxes mapping 8-bit values to 64-bit values

invertible

Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps 16

Page 17: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

Outline

Motivation

Tiger hash function

Pseudo-preimage attack on 23-step Tiger

Conclusion

17Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps

Page 18: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

Attack scenario

Meet-in-the-middle approach: based on weakness of KSF.

1 st step

mi KSF

X0

(A0 , B0 , C0 )

24 th stepX23

(A24 , B24 , C24 )

……

……

Independent words

Independent words

Independent calculations

18Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps

Finding pseudo-preimages is enough for finding preimages.

Page 19: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

X23

X15

X7

Our independent words: (X15 , X23 )

X0 X1 X2 X3 X4 X5 X6 X7

X8 X9 X10 X11 X12 X13 X14 X15

X16 X17 X18 X19 X20 X21 X22 X23

X3

X15 changes its 11 LSBs*, and X23 changes its 19 MSBs.

19Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps

Page 20: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

X15

X7

Overview of our attack

X0 X1 X2 X3 X4 X5 X6 X7

X8 X9 X10 X11 X12 X13 X14 X15

X16 X17 X18 X19 X20 X21 X22

X3

X15 X15

We use message words to represent the corresponding step function.

20Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps

Page 21: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

X15

X7

Overview of our attack

X0 X1 X2 X3 X4 X5 X6 X7

X8 X9 X10 X11 X12 X13 X14 X15

X16 X17 X18 X19 X20 X21 X22

X3

X15 X15

We use message words to represent the corresponding step function.

Initial-structure

21Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps

Page 22: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

X15Split X15 into independent X15 and X15

Split X15 into upper and lower halves

Original X15 X15u X15

l

m

KSF X15

22Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps

Page 23: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

X15Split X15 into independent X15 and X15

Split X15 into upper and lower halves

X15 X15u X15

l

m

KSF X15X15

23Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps

Page 24: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

X15Split X15 into independent X15 and X15

Split X15 into upper and lower halves

X15 X15u X15

l

m

KSF X15

X23

24Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps

Page 25: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

X15Split X15 into independent X15 and X15

Split X15 into upper and lower halves

X15 X15u X15

l

=

X15u 00······00

X15l00······00

X15

X15

X15

25Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps

Page 26: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

Initial structure at step 16

const1

B15 C15

odd

even

A16 B16 C16

7

X15

X15

const3const2

A15

26Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps

Page 27: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

Initial structure at step 16

const1

B15 C15

odd

even

A16 B16 C16

7

X15

X15

const3const2

A15

Randomly fixed.

27Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps

Page 28: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

Initial structure at step 16

const1

B15 C15

odd

even

A16 B16 C16

7

X15

X15

const3const2

A15

X15X15

Randomly fixed.

28Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps

Page 29: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

X15

X7

Overview of our attack

X0 X1 X2 X3 X4 X5 X6 X7

X8 X9 X10 X11 X12 X13 X14 X15

X16 X17 X18 X19 X20 X21 X22

X3

X15 X15

We use message words to represent the corresponding step function.

Partial-matching

29Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps

Page 30: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

Calculation from step 4 to 5

A3 B3 C3

odd

evenX3

A4 B4 C4

5

A4 B4 C4

odd

evenX4

A5 B5 C5

5

X3

Note that red word only change 19 MSBs of X3.

30Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps

Page 31: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

Calculation from step 4 to 5

A3 B3 C3

odd

evenX3

A4 B4 C4

5

A4 B4 C4

odd

evenX4

A5 B5 C5

5

X3

Note that red word only change 19 MSBs of X3.

c7 ||c6 ||c5 ||c4 ||c3 ||c2 ||c1 ||c0c7 c6 c5

31Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps

Page 32: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

Calculation from step 4 to 5

A3 B3 C3

odd

evenX3

A4 B4 C4

5

A4 B4 C4

odd

evenX4

A5 B5 C5

5

X3

Note that red word only change 19 MSBs of X3.

c7 ||c6 ||c5 ||c4 ||c3 ||c2 ||c1 ||c0c7 c6 c5

Guess c6 (8-bit)c6

32Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps

Page 33: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

Calculation from step 4 to 5

A3 B3 C3

odd

evenX3

A4 B4 C4

5

A4 B4 C4

odd

evenX4

A5 B5 C5

5

X3

Note that red word only change 19 MSBs of X3.

45--0

45--0

45--0

33Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps

Page 34: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

X15

X7

Overview of our attack

X0 X1 X2 X3 X4 X5 X6 X7

X8 X9 X10 X11 X12 X13 X14 X15

X16 X17 X18 X19 X20 X21 X22

X3

X15 X15

34Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps

Page 35: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

X7

Calculation from step 8 to 6A5 B5 C5

odd

even

A6 B6 C6

5

X5

odd

even

A7 B7 C7

5

X6

A7 B7 C7

odd

even

A8 B8 C8

5

X7

35Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps

Page 36: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

Evaluating the complexity

T(…, A3 , B3 , C3 )1

T(…, A5 )1,45--0

(…, A5 )2,45--0

…Recall that X15 changes its 11 LSBs and X23 changes its 19 MSBs.

#elements: 219

(…, A3 , B3 , C3 )2 Exhaustively guess 8 bits

T(…, A5 )1,45--0

(…, A5 )2,45--0

#elements: 219

#elements: 211

36Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps

Page 37: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

Evaluating the complexity

T(…, A3 , B3 , C3 )1

T(…, A5 )1,45--0

(…, A5 )2,45--0

…Recall that X15 changes its 11 LSBs and X23 changes its 19 MSBs.

#elements: 219

(…, A3 , B3 , C3 )2 Exhaustively guess 8 bits

T(…, A5 )1,45--0

(…, A5 )2,45--0

#elements: 219

#elements: 211

219 tiger computations will contribute to 238 pairs.

37Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps

Page 38: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

Evaluating the complexity

T(…, A3 , B3 , C3 )1

T(…, A5 )1,45--0

(…, A5 )2,45--0

…Recall that X15 changes its 11 LSBs and X23 changes its 19 MSBs.

#elements: 219

(…, A3 , B3 , C3 )2 Exhaustively guess 8 bits

T(…, A5 )1,45--0

(…, A5 )2,45--0

#elements: 219

#elements: 211

219 tiger computations will contribute to 238 pairs.

For each pair, the success probability of guess is 2-8.

38Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps

Page 39: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

Evaluating the complexity

T(…, A3 , B3 , C3 )1

T(…, A5 )1,45--0

(…, A5 )2,45--0

…Recall that X15 changes its 11 LSBs and X23 changes its 19 MSBs.

#elements: 219

(…, A3 , B3 , C3 )2 Exhaustively guess 8 bits

T(…, A5 )1,45--0

(…, A5 )2,45--0

#elements: 219

#elements: 211

219 tiger computations will contribute to 238 pairs.

For each pair, the success probability of guess is 2-8.

39Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps

Finally the complexity of finding a pseudo-preimage is 2181 (2192-19+8).

Page 40: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

Note on preimage attacks

• We use the generic conversion from pseudo- preimages to preimages.

(2nd) preimages with a complexity of 2187.5.

• If padding is considered, message freedom in an independent chunk is reduced by 9 bits.

preimages with a complexity of 1.4×2189.

Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps 40

Page 41: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

Outline

Motivation

Tiger hash function

Pseudo-preimage attack on 23-step Tiger

Conclusion

41Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps

Page 42: Finding Preimages of Tiger Up To 23 Steps · 2012. 8. 16. · Finding Preimages of Tiger Up To 23 Steps Lei Wang 1, and . Yu Sasaki. 1,2. 08/Feb./2010 @ FSE2010 Seoul, Korea. 1. The

Conclusion

We have found a preimage attack on 23-step Tiger based on the recently developed MitM approach.

42Lai Wang, Yu Sasaki. Finding Preimages of Tiger Up To 23 Steps

The complexity of our attack is as follows:

1.4×2189 222Preimages2187.5 2222nd Preimages

Time Memory

Thank you for your attention !!