save calculated hashes or check against partial hash
#2
Two part question, two part answer.

(07-19-2015, 11:41 PM)r00t Wrote: Is there any way to save hashes calculated with oclhashcat?

No.


(07-19-2015, 11:41 PM)r00t Wrote: I have the first 10 digits of a hash. The original string is double hashed to generate the corresponding hash, from which I only have the 10 first digits. it's using md5 for hashing

If it's stored in the database as a truncated hash you could easily write a cracker that could generate a collision within minutes.

If it's not stored in the database as a truncated hash and you just somehow "lost" the other 22 characters, then there's nothing you can do to get the original hash back. Even if you did generate a list of every possible double MD5 hash that started with those 10 characters, there will be thousands of collisions.


Messages In This Thread
RE: save calculated hashes or check against partial hash - by epixoip - 07-20-2015, 12:15 AM