1 / 6

Securing the SHA-1 Algorithm Using Pre-Processing Techniques

This paper explores mechanisms to improve the applicability of the SHA-1 algorithm in areas where adopting a new standard is challenging. The author tests simplified versions of pre-processing techniques against collision-based attacks, evaluating the effectiveness of randomization in reducing the likelihood of collisions/pre-image attacks.

judithmills
Download Presentation

Securing the SHA-1 Algorithm Using Pre-Processing Techniques

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Securing the SHA-1 Algorithm Using Pre-Processing Techniques Betty Huang Computer Systems Lab 2009-2010

  2. Abstract • Since 2005, collision factors have been found for the SHA-1 algorithm. This paper aims to provide several mechanisms to improve the applicability of the algorithm for areas that are not able to adopt a new standard readily. Authors such as Yiqun Lisa Yin, Michael Szydlo, and various members of the National Institute of Standards and Technology have written about the possibilty of modifying the original input in order to reduce the likelihood of collisions/pre-image attacks, but none have tested extensively on how much the randomization would increase the efforts of decrpytion. I hope to be able to test a (likely simplified) version of the techniques against several sophisticated collision-based attacks.

  3. Background • Purpose of Encryption Algorithms • One-way functions • Message Digest: MD5, SHA family • Block Cipher: DES, Blowfish

  4. Attacks

  5. Procedure • Pre-processing: • Message Whitening • Message Interleaving • Tunnel attacks → finds collisions in MD5 under a minute • Apply tunneling to SHA-1 and SHA-1 with pre-processing, analyze time effort.

  6. SHA-1 Pre-processing Output • Enter string to be converted to SHA-1 hash: helloworld • encryption of original string: 6adfb183 a4a2c94a 2f92dab5 ade762a4 7889a5a1 • whitened string: hel00low00orl00d • encryption of whitened string: b090cfcc 577d3c68 0245c1e2 2830d0e0 db03c949 • interleaved string: hheelllloowwoorrlldd • encryption of interleaving string: 1f9a635d f4a7775f 62f19144 1f6abebc a5186b3e • interleaved AND whitened string: hhe00ell00llo00oww00oor00rll00dd • encryption of whitened + interleaved string: 1b6005b5 6c024c57 99e29eed b53b3dab 4ba87337

More Related