cr-marcstevens / hashclash

Project HashClash - MD5 & SHA-1 cryptanalysis
Other
742 stars 87 forks source link

Question about chosen-prefix collision with strings. #14

Closed andrecoco closed 2 years ago

andrecoco commented 4 years ago

Hi! Thank you for this project, really nice. But i have a question if is possible to find md5 collisions using two string prefixes in a way that the collisions only have "normal characters" added, because using the script i was able to find a collision, but it had some LF and CR, and some 0 bytes in it.

cr-marcstevens commented 4 years ago

Theoretically it's possible to have printable-chars only collisions. But these tools don't support this case, unfortunately.

andrecoco commented 4 years ago

Ok, thank you for the reply!