Hashing a dic and adding it to POT
#2
well, for salted hashes you lack the salt, so it won't work here.

for unsalted hashes i think there will be some point where it's faster to crack them.

but for unsalted hashes, you should use rainbow tables, since they do the same but are more efficient in storing and lookup.


Messages In This Thread
Hashing a dic and adding it to POT - by giveen - 07-21-2014, 03:00 PM
RE: Hashing a dic and adding it to POT - by atom - 07-21-2014, 03:38 PM