Just wondering, are there any known inverse hashes / hash lookups in common hashes (md5, sha1, sha2, etc.) for the zero string hash value? (i.e. bytes 0x00 00 00 00 00 ...)
Or more specifically, for a 128bit hash (like MD5 or SHA1):
HASH(x) = 0x00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Obviously it would take reverse hash lookup, or a rainbow table...