fse 2013 near collision attack on the grain v1 stream
play

FSE 2013 Near Collision Attack on the Grain v1 Stream Cipher Bin - PowerPoint PPT Presentation

FSE 2013 Near Collision Attack on the Grain v1 Stream Cipher Bin Zhang and Zhenqi Li Institute of Information Engineering, Chinese Academy of Sciences, Beijing, 100093, China. Institute of Software, Chinese Academy of Sciences,


  1. FSE 2013 Near Collision Attack on the Grain v1 Stream Cipher Bin Zhang ∗ and Zhenqi Li † ∗ Institute of Information Engineering, Chinese Academy of Sciences, Beijing, 100093, China. † Institute of Software, Chinese Academy of Sciences, Beijing, 100190, China. {zhangbin, lizhenqi}@is.iscas.ac.cn March 13, 2013 Bin Zhang, Zhenqi Li (IIE,ISCAS) FSE 2013 March 13, 2013 1 / 29

  2. Outline Introduction Description of Grain v1 Main idea & some key observations The general attack model: NCA-1.0 NCA-2.0 & NCA-3.0 Simulations Conclusions Bin Zhang, Zhenqi Li (IIE,ISCAS) FSE 2013 March 13, 2013 2 / 29

  3. Introduction Grain v1, designed by Martin Hell, Thomas Johansson and Willi Meier, is a stream cipher for restricted hardware environments. It was selected into the final portfolio by the eSTREAM project. Bin Zhang, Zhenqi Li (IIE,ISCAS) FSE 2013 March 13, 2013 3 / 29

  4. Introduction Grain v1, designed by Martin Hell, Thomas Johansson and Willi Meier, is a stream cipher for restricted hardware environments. It was selected into the final portfolio by the eSTREAM project. Grain v1 is immune to the correlation and distinguishing attacks that successfully broke the former version Grain v0. Bin Zhang, Zhenqi Li (IIE,ISCAS) FSE 2013 March 13, 2013 3 / 29

  5. Introduction Grain v1, designed by Martin Hell, Thomas Johansson and Willi Meier, is a stream cipher for restricted hardware environments. It was selected into the final portfolio by the eSTREAM project. Grain v1 is immune to the correlation and distinguishing attacks that successfully broke the former version Grain v0. De Canni ` e re. C. et al. discovered a slide property in the initialization phase of Grain v1, reduce half of the cost of exhaustive key search for a fixed IV. Bin Zhang, Zhenqi Li (IIE,ISCAS) FSE 2013 March 13, 2013 3 / 29

  6. Introduction Grain v1, designed by Martin Hell, Thomas Johansson and Willi Meier, is a stream cipher for restricted hardware environments. It was selected into the final portfolio by the eSTREAM project. Grain v1 is immune to the correlation and distinguishing attacks that successfully broke the former version Grain v0. De Canni ` e re. C. et al. discovered a slide property in the initialization phase of Grain v1, reduce half of the cost of exhaustive key search for a fixed IV. A related-key chosen IV attack has also been proposed by Lee, Y et al. Bin Zhang, Zhenqi Li (IIE,ISCAS) FSE 2013 March 13, 2013 3 / 29

  7. Introduction Grain v1, designed by Martin Hell, Thomas Johansson and Willi Meier, is a stream cipher for restricted hardware environments. It was selected into the final portfolio by the eSTREAM project. Grain v1 is immune to the correlation and distinguishing attacks that successfully broke the former version Grain v0. De Canni ` e re. C. et al. discovered a slide property in the initialization phase of Grain v1, reduce half of the cost of exhaustive key search for a fixed IV. A related-key chosen IV attack has also been proposed by Lee, Y et al. The companion cipher, Grain-128 is designed in a similar way with low algrbraic degree feedback function, resulting in a dynamic cube attack on the full initialization rounds by Dinur et al. Bin Zhang, Zhenqi Li (IIE,ISCAS) FSE 2013 March 13, 2013 3 / 29

  8. Introduction Grain v1, designed by Martin Hell, Thomas Johansson and Willi Meier, is a stream cipher for restricted hardware environments. It was selected into the final portfolio by the eSTREAM project. Grain v1 is immune to the correlation and distinguishing attacks that successfully broke the former version Grain v0. De Canni ` e re. C. et al. discovered a slide property in the initialization phase of Grain v1, reduce half of the cost of exhaustive key search for a fixed IV. A related-key chosen IV attack has also been proposed by Lee, Y et al. The companion cipher, Grain-128 is designed in a similar way with low algrbraic degree feedback function, resulting in a dynamic cube attack on the full initialization rounds by Dinur et al. A new variant, Grain-128a with optional authentication was proposed by ˙ A gren et al. Bin Zhang, Zhenqi Li (IIE,ISCAS) FSE 2013 March 13, 2013 3 / 29

  9. Outline Introduction Description of Grain v1 Main idea & some key observations The general attack model: NCA-1.0 NCA-2.0 & NCA-3.0 Simulations Conclusions Bin Zhang, Zhenqi Li (IIE,ISCAS) FSE 2013 March 13, 2013 4 / 29

  10. Description of Grain v1 NFSR LFSR NFSR LFSR h(x) h(x) Bin Zhang, Zhenqi Li (IIE,ISCAS) FSE 2013 March 13, 2013 5 / 29

  11. Description of Grain v1 NFSR LFSR NFSR LFSR h(x) h(x) The non-linear filter function h ( x ) is balanced and correlation immune of the first order, defined as: h ( x ) = x 1 + x 4 + x 0 x 3 + x 2 x 3 + x 3 x 4 + x 0 x 1 x 2 + x 0 x 2 x 3 + x 0 x 2 x 4 + x 1 x 2 x 4 + x 2 x 3 x 4 . Bin Zhang, Zhenqi Li (IIE,ISCAS) FSE 2013 March 13, 2013 5 / 29

  12. Description of Grain v1 NFSR LFSR NFSR LFSR h(x) h(x) The non-linear filter function h ( x ) is balanced and correlation immune of the first order, defined as: h ( x ) = x 1 + x 4 + x 0 x 3 + x 2 x 3 + x 3 x 4 + x 0 x 1 x 2 + x 0 x 2 x 3 + x 0 x 2 x 4 + x 1 x 2 x 4 + x 2 x 3 x 4 . The output function is taken as z i = � k ∈A n i + k + h ( l i + 3 , l i + 25 , l i + 46 , l i + 64 , n i + 63 ) , where A = { 1 , 2 , 4 , 10 , 31 , 43 , 56 } . Bin Zhang, Zhenqi Li (IIE,ISCAS) FSE 2013 March 13, 2013 5 / 29

  13. Outline Introduction Description of Grain v1 Main idea & some key observations The general attack model: NCA-1.0 NCA-2.0 & NCA-3.0 Simulations Conclusions Bin Zhang, Zhenqi Li (IIE,ISCAS) FSE 2013 March 13, 2013 6 / 29

  14. Main idea In this paper, a new key recovery attack, called near collision attack is proposed, utilizing the compact NFSR-LFSR combined structure of Grain v1. Bin Zhang, Zhenqi Li (IIE,ISCAS) FSE 2013 March 13, 2013 7 / 29

  15. Main idea In this paper, a new key recovery attack, called near collision attack is proposed, utilizing the compact NFSR-LFSR combined structure of Grain v1. It is observed that the NFSR and LFSR are of length exactly 80-bit (with no redundance) and the LFSR updates independently in the keystream generation phase. Bin Zhang, Zhenqi Li (IIE,ISCAS) FSE 2013 March 13, 2013 7 / 29

  16. Main idea In this paper, a new key recovery attack, called near collision attack is proposed, utilizing the compact NFSR-LFSR combined structure of Grain v1. It is observed that the NFSR and LFSR are of length exactly 80-bit (with no redundance) and the LFSR updates independently in the keystream generation phase. It is observed that the LFSR state bits can be easily recovered, given the internal state difference at two different time instants. Bin Zhang, Zhenqi Li (IIE,ISCAS) FSE 2013 March 13, 2013 7 / 29

  17. Main idea In this paper, a new key recovery attack, called near collision attack is proposed, utilizing the compact NFSR-LFSR combined structure of Grain v1. It is observed that the NFSR and LFSR are of length exactly 80-bit (with no redundance) and the LFSR updates independently in the keystream generation phase. It is observed that the LFSR state bits can be easily recovered, given the internal state difference at two different time instants. It is observed that the distribution of the keystream segment differences is non-uniform, given a low Hamming weight internal state difference. Bin Zhang, Zhenqi Li (IIE,ISCAS) FSE 2013 March 13, 2013 7 / 29

  18. Main idea In this paper, a new key recovery attack, called near collision attack is proposed, utilizing the compact NFSR-LFSR combined structure of Grain v1. It is observed that the NFSR and LFSR are of length exactly 80-bit (with no redundance) and the LFSR updates independently in the keystream generation phase. It is observed that the LFSR state bits can be easily recovered, given the internal state difference at two different time instants. It is observed that the distribution of the keystream segment differences is non-uniform, given a low Hamming weight internal state difference. Three attacks has been proposed: NCA-1.0, NCA-2.0 combined with BSW sampling, NCA-3.0 utilizing the non-uniform distribution of the internal state differences for a fixed keystream difference. Bin Zhang, Zhenqi Li (IIE,ISCAS) FSE 2013 March 13, 2013 7 / 29

  19. Preliminaries Definition Two n-bit strings s, s ′ are d-near-collision, if w H ( s ⊕ s ′ ) ≤ d. Similar to the birthday paradox, which states that two random subsets of a space with 2 n elements are expected to intersect when the product of their sizes exceeds 2 n , we present the following lemma of d -near-collision. Lemma Given two random subsets A, B of a space with 2 n elements, then there exists a pair ( a , b ) with a ∈ A and b ∈ B that is an d-near-collision if 2 n | A | · | B | ≥ (1) V ( n , d ) holds, where | A | and | B | are the size of A and B respectively. V ( n , d ) = � d � n � . i = 0 i Bin Zhang, Zhenqi Li (IIE,ISCAS) FSE 2013 March 13, 2013 8 / 29

  20. Observation I-State recovery with known state difference Denote the LFSR state as L t 1 = ( l t 1 0 , l t 1 1 , ..., l t 1 79 ) at time t 1 and L t 2 = ( l t 2 0 , l t 2 1 , ..., l t 2 79 ) at time t 2 (0 ≤ t 1 < t 2 ). Then, we can derive l t 2 0 l t 1 1 l t 1 79 l t 1  0 = c 0 0 + c 0 1 + ... + c 0 79  l t 2 0 l t 1 1 l t 1 79 l t 1  1 = c 1 0 + c 1 1 + ... + c 1   79 . . .    l t 2 79 = c 79 0 l t 1 0 + c 79 1 l t 1 1 + ... + c 79 79 l t 1 79 ,  Bin Zhang, Zhenqi Li (IIE,ISCAS) FSE 2013 March 13, 2013 9 / 29

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend