hmac-ripemd160 - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: hmac-ripemd160 (/thread-10120.html) |
hmac-ripemd160 - explorer - 05-21-2021 I want to crack a hash which is encrypted with HMAC-RIPEMD160 algorithm with a secret key. I have the hash and the key, I could not find the correct hash mode. Is it not supported by hashcat? Sorry I'm a newbie. RE: hmac-ripemd160 - Snoopy - 05-21-2021 see https://hashcat.net/wiki/doku.php?id=example_hashes for supported modes, on a quick look it seem only supported in context with veracrypt, truecrypt RE: hmac-ripemd160 - explorer - 05-21-2021 (05-21-2021, 01:32 PM)Snoopy Wrote: see https://hashcat.net/wiki/doku.php?id=example_hashes for supported modes, Thanks for your answer. Those two doesn't work for me. I need a type from the "Raw Hash, Authenticated" category. I guess Ripemd160 is not supported if the wiki page is up to date. RE: hmac-ripemd160 - Snoopy - 05-21-2021 seems so, maybe someone will/can add this kernel if you provide some informations like (where is this digest / mode used) is it wide spread? im into learning c and will take a look at it kernels which are using the digest, maybe it is simple to put it all together |