better price performance ratios for generalized birthday
play

Better price-performance ratios for generalized birthday attacks D. - PDF document

Better price-performance ratios for generalized birthday attacks D. J. Bernstein University of Illinois at Chicago Motivation A hashing structure proposed by Bellare/Micciancio, 1996: f 1 ; f 2 ; : : : Standardize functions from, e.g.,


  1. Better price-performance ratios for generalized birthday attacks D. J. Bernstein University of Illinois at Chicago

  2. Motivation A hashing structure proposed by Bellare/Micciancio, 1996: f 1 ; f 2 ; : : : Standardize functions from, e.g., 48 bytes to 64 bytes. m 1 ; m 2 ; : : : ) Compress message ( f 1 ( m 1 ) � f 2 ( m 2 ) � � � � . to Bellare/Micciancio advertise “incrementality” of this hash: 0 m 9 to m e.g., updating 0 f 9 ( m � f 9 ( m 9 ) to hash. 9 adds 9 ) Much faster than recomputation.

  3. Another advantage of this hash: extreme parallelizability. Related stream-cipher anecdote: Salsa20 is one of the world’s fastest unbroken stream ciphers. Many operations per block but always 4 parallel operations. Intel Core 2 Duo software for 8 rounds, 20 rounds of Salsa20 took 3 : 21, 7 : 15 cycles per byte : : : until Wei Dai suggested handling 4 blocks in parallel. : 88, 3 : 91 cycles per byte. Now 1 Design hashes for parallelism!

  4. But is this structure secure? Let’s focus on difficulty of finding collisions in f 1 ( m 1 ) � f 2 ( m 2 ) � � � � . Bellare/Micciancio evaluation: Easy for long inputs. B blocks/input, B bits/block; Say find linear dependency between f 1 (1) � f 1 (0) ; : : : ; f � f B (1) B (0); immediately write down collision. � is replaced by Not so easy if � , etc. +, vector +, modular Much harder for shorter inputs.

  5. van Oorschot/Wiener, 1999, exploiting an idea of Rivest: Parallel collision search against B -bit hash function H . generic parallel cells; � 1. Use 2 i , generate hashes On cell H ( i ) ; H ( H ( i )) ; H ( H ( H ( i ))) ; : : : h : until a “distinguished” hash B = 2 � bits of h are 0. last Sort the distinguished hashes. H collision. Good chance to find B = 2 � . Total time 2 : : : assuming some limit on ; < B = 3. no analysis; my guess:

  6. Wagner, 2002, “generalized birthday attack”: impressively � , +, vector + fast collisions for for medium-length inputs. Speed not so impressive for short inputs. Also, heavy memory use. Open questions from Wagner: Smaller memory use? Parallelization “without enormous communication complexity”? Bernstein, 2007, this talk: A and much smaller T . smaller

  7. Generalized birthday attack has many other applications. Some examples from Section 4 of Wagner’s paper: LFSR-based stream ciphers (via low-weight parity checks); code-based encryption systems; the GHR signature system; blind-signature systems. Understanding attack cost is critical for choosing cryptosystem parameters.

  8. Review of Wagner’s attack f 1 ( m 1 ) � � � � � f 4 ( m 4 ). Example: Wagner says: B = 4 values of m 1 Choose 2 B = 4 values of m 2 . and 2 f 1 ( m 1 ) ; m 1 ) Sort all pairs ( into lexicographic order. f 2 ( m 2 ) ; m 2 ) Sort all pairs ( into lexicographic order. Merge sorted lists to find B = 4 pairs ( � 2 m 1 ; m 2 ) B = 4 bits such that first f 1 ( m 1 ) � f 2 ( m 2 ) are 0. of

  9. B = 4 vectors � 2 Compute f 1 ( m 1 ) � f 2 ( m 2 ) ; m 1 ; m 2 ) ( B = 4 bits are 0. where first Sort into lexicographic order. f 3 ( m 3 ) � f 4 ( m 4 ). Similarly B = 4 vectors � 2 Merge to find m 1 ; m 2 ; m 3 ; m 4 ) such that ( first 2 B = 4 bits of f 1 ( m 1 ) � f 2 ( m 2 ) � f 3 ( m 3 ) � f 4 ( m 4 ) are 0. � 1 collision Sort to find B bits of f 1 ( m 1 ) � in all f 2 ( m 2 ) � f 3 ( m 3 ) � f 4 ( m 4 ).

  10. Wagner says: “ O ( n log n ) time”; B = 4 ; much better than 2 B = 2 . n = 2 “A lot of memory”: gigantic B = 4 vectors. machine storing 2 van Oorschot/Wiener is better! B = 4 , using � Similar time, � 2 B = 4 parallel search units. � 2 � Similar machine cost. � Much more flexibility: easily use smaller machines. � Normally want collisions in B bits)). truncation(scrambling( Truncation saves time for van Oorschot/Wiener; not Wagner.

  11. Improving Wagner’s attack 1. Allow a smaller machine, cells. only 2 values Generate 2 m 1 , m 2 , etc.; of bits of find collision in 4 f 1 ( m 1 ) � f 2 ( m 2 ) � � � � ; B bits. hope it works for all B � 4 times. Repeat 2 2. Use parallel mesh sorting; e.g., Schimmler’s algorithm. = 2 to sort 2 values Time only 2 cells in 2-dimensional mesh. on 2

  12. 3. Before sorting, spend comparable time m i . searching for nice Each cell, in parallel, = 2 values of f m i ( i ), generates 2 and chooses smallest. = 2 bits are 0. Typically Reduces number of repetitions B � 4 � = 2 . to 2 4. Optimize parameters, accounting for constant factors. Not done in my paper; new challenge for each generalized-birthday application.

  13. Summary of time scalability: B � 4 +3 = 2 with serial sorting, � 2 non-pipelined memory access; � B = 4. B � 4 +2 = 2 with serial sorting, � 2 pipelined memory access; � B = 4. B � 4 + = 2 with parallel sorting; � 2 � B = 4. B � 4 with parallel sorting and � 2 � 2 B = 9. initial searching;

  14. B � 4 (new) is better than 2 B = 2 � (van Oorschot/Wiener) 2 > B = 6. Breakeven point: if B = 6 , T = 2 2 B = 6 . A = 2 , Without constraints on minimize price-performance ratio A = 2 2 B = 9 , B = 9 . T = 2 at Similar improvements for f 1 ( m 1 ) � � � � � f 8 ( m 8 ) etc.

  15. Have vague idea for combining this attack with van Oorschot/Wiener. If idea works as desired: B = 2 � 7 = 4 ; � 2 B = 9. Time 2 No more breakeven point; . best attack for all AT . No change in best , Without constraints on minimize price-performance ratio A = 2 2 B = 9 , B = 9 . T = 2 at

  16. A cryptanalytic challenge m 1 ; m 2 ; m 3 ; m 4 ) = Rumba20( f 1 ( m 1 ) � f 2 ( m 2 ) � f 3 ( m 3 ) � f 4 ( m 4 ). f i is a tweaked Salsa20 Each mapping 48 bytes to 64 bytes. Rumba20 cycles/compressed byte � 2 � Salsa20 cycles/byte. Generally faster than SHA-256. f i , Rumba20 Salsa20, have 20 internal rounds; can reduce rounds to save time. How cheaply can we find collisions in Rumba20?

  17. AT � 2 171 Status: Best � 2 114 parallel cells. with Better attack on 4-xor? Better attack on Rumba20? On the ChaCha20 variant? On reduced-round variants? Quickly generate leading 0’s? I offer $1000 prize for the public Rumba20 cryptanalysis that I consider most interesting. Awarded at the end of 2007. Send URLs of your papers to snuffle6@box.cr.yp.to .

Recommend


More recommend