|
|
|
|
|
by remcob
2368 days ago
|
|
The way to combine hash functions for collision resistance is not composition (as with encryption) but concatenation: H'(file) = (H1(file), H2(file)). Now to have a collision on H' you need to collide both H1 and H2. But now pre-image resistance suffers. |
|
Some package systems store multiple secure hashes and pick one at random to verify.