giovanifss / Hash-Collision-Finder

A distributed generic attack to find collision in hash functions
0 stars 1 forks source link

Update algorithm to search collision in the beggining of the hash digest #7

Closed giovanifss closed 8 years ago

giovanifss commented 8 years ago

Currently, the algorithm search for collision at any location, taking only the number of bytes that must be equal. Those bytes can be in any location in the digest. As most of the papers that use partial collision to create an attack to the hash function searches a block in the beginning of the hash, we will update our algorithm.