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
//edit: it's using md5 for hashing
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
//edit: it's using md5 for hashing