The SHA successors, for now
Posted Aug 18, 2004 18:25 UTC (Wed) by
mkettler (guest, #3933)
In reply to:
The SHA successors, for now by jvotaw
Parent article:
Crypto researchers abuzz over flaws (News.com)
Not necessarily. The design of SHA-256, etc, is the same as SHA-1. Thus, an algorithmic weakness in one is likely to be present in the other. The Ch(x,y,z) and Maj (x,y,z) that are the heart of the hash are the same for both.
The longer hash output makes SHA-256, etc, stronger against birthday attacks, but for algorithmic attacks you're not guaranteed any extra security over SHA1. You might increase the complexity, you might not. It depends on what part of the math gets attacked.
You can check for yourself reading FIPS-180-2:
http://csrc.nist.gov/publications/fips/fips180-2/fips180-...
(
Log in to post comments)