I have been trying to find information on fuzzy hashes, and I have found surprisingly little.
I know that fuzzy hashes can be used to detect if a piece of malware has changed slightly. I would rather not develop my own algorithm since that seems like a terrible idea.
I found ssdeep which looks interesting, but I don't see any alternative.
Are there other fuzzy hash algorithms? Does anyone use these?