Making a weak Hash stronger until a fix comes along -- concatenation of hash functions... .2: Concatenation
From: Max Power (mikehack_at_u.washington.edu)
Date: 09/26/05
- Next message: D. J. Bernstein: "Re: Re-rolled Salsa20 function"
- Previous message: D. J. Bernstein: "Re: Re-rolled Salsa20 function"
- In reply to: arachnidster_at_gmail.com: "Re: Making a weak Hash stronger until a fix comes along -- concatenation of hash functions..."
- Next in thread: David Wagner: "Re: Making a weak Hash stronger until a fix comes along -- concatenation of hash functions... .2: Concatenation"
- Reply: David Wagner: "Re: Making a weak Hash stronger until a fix comes along -- concatenation of hash functions... .2: Concatenation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 26 Sep 2005 00:01:16 -0700
My use of concatenation was not totally clear.
I would never consider adding the strings of the 2 hashes together.
I would take the binary output and use it as a binary input into another
hash function.
+
Some checksum, salt or nothing at all.
True, it is not a perfect solution -- but merely an adequate one.
> To answer the original poster's question, no, it's not particularaly
> secure. I can't find it right now, but when this was asked previously,
> someone pointed to a clever proof that concatenating two different
> hashes in the same family (eg, SHA1 and MD5) adds far less security
> than you'd expect - certainly not the 160+128 that casual inspection
> determines.
- Next message: D. J. Bernstein: "Re: Re-rolled Salsa20 function"
- Previous message: D. J. Bernstein: "Re: Re-rolled Salsa20 function"
- In reply to: arachnidster_at_gmail.com: "Re: Making a weak Hash stronger until a fix comes along -- concatenation of hash functions..."
- Next in thread: David Wagner: "Re: Making a weak Hash stronger until a fix comes along -- concatenation of hash functions... .2: Concatenation"
- Reply: David Wagner: "Re: Making a weak Hash stronger until a fix comes along -- concatenation of hash functions... .2: Concatenation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|