hash160(x) a.k.a. ripemd160(sha256(x))
#5
(11-24-2016, 11:39 PM)royce Wrote: There is no way to combine hashes that I know of.

Oh...

The aforementioned hash160 is part of the Bitcoin (and probably others) address generation process.

I was under the impression hashcat would offer some formalism of how to construct hashes from the "primitives" (raw hashes) it offers. Ideally it could be template given via CLI, like --pipeline "f1(f2(x) . f3(x))" or something like that.

I have no experience with OpenCL, so I cannot estimate how hard this would be to implement, but the combinatorial power of this is beyond doubt - so it might be worth it.

A pitty, I thought hashcat has this already. OK. Thanks for your clarification.


Hash Misch


Messages In This Thread
RE: hash160(x) a.k.a. ripemd160(sha256(x)) - by hashmisch - 11-25-2016, 09:31 AM