hmac-ripemd160
#1
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.
Reply
#2
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
Reply
#3
(05-21-2021, 01:32 PM)Snoopy Wrote: 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

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.
Reply
#4
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
Reply