Collision or Wrong Hash Type?
#2
they are certainly not collisions. you cannot generate an md5 collision with only 6 bytes of input data. you need at least 64 bytes. and if you are cracking hashes, then you certainly have the right algorithm.

what you probably found is a fake dump. they are not uncommon, especially among the anonymous types. they claim to have hacked something, use a random password generator to create a few thousand fake hashes, and throw it up on pastebin as "proof" of their hack.

have a look at http://thenextweb.com/insider/2012/07/19...een-faked/


Messages In This Thread
Collision or Wrong Hash Type? - by baglock - 02-24-2013, 07:20 PM
RE: Collision or Wrong Hash Type? - by epixoip - 02-24-2013, 07:37 PM
RE: Collision or Wrong Hash Type? - by baglock - 02-24-2013, 08:08 PM