save calculated hashes or check against partial hash
#1
hello guys, 
  
Is there any way to save hashes calculated with oclhashcat? I found a thread from 2013, which tells me it's not possible. Did something changed since then? If not, can I somehow find all strings corresponding to my partial hash?

my problem: 
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. I know there are about 4 billion possible unique variations from the original string. Now I need to try them all within a reasonable time and decided to use oclhashcat to do so. Is oclhashcat capable of solving my problem?  


Yes a lot of questions, sorry for this and I hope someone have a solution for me Big Grin


//edit: it's using md5 for hashing


Messages In This Thread
save calculated hashes or check against partial hash - by r00t - 07-19-2015, 11:41 PM