Program to change/obfuscate all hashes (MD5/SHA1) in a directory tree?

Posted by anon on Stack Overflow See other posts from Stack Overflow or by anon
Published on 2010-03-28T23:55:08Z Indexed on 2010/03/29 0:03 UTC
Read the original article Hit count: 189

Filed under:
|

Hi fellas,

A) Are there any FOSS programs out there that can manage to hashchange all files in a directory tree?

B) Failing that, what methods could be used to develop this capability in a (crappy) self-written program without requiring the program to be sophisticated and content-aware? Is there any (roughly) universally safe location within a file (for example, around EOF?) where on could one simply append/add psuedorandom data so the resulting hash is different? Is there a better/more elegant solution?

Muchos gracias

© Stack Overflow or respective owner

Related posts about hash

Related posts about hashing