![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
sci.crypt archiveRe: Added hashes.
From: David Wagner <daw@taverner.cs.berkeley.edu>
Date: Tue Dec 13 2005 - 20:26:32 CET
Juuso Hukkanen wrote:
Unfortunately not. At least in theory, the combination could be far
Suppose H(x) = F(x) xor G(x), for two hashes F and G.
Example #1: F(x) = G(X) = SHA256(x). Then H(x) = 0 for all x, so
Example #2: F(x) = SHA256(x), G(x) = SHA256(x) xor first256bits(x).
|