Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: HMAC-SHA1 with an MD5 key
Post: RE: HMAC-SHA1 with an MD5 key

I created my custom kernel (only with -a 3, single hash mode) and added it to hashcat (interface.c, interface.h, ...). So now I can call it with -m 151.  I started with kernel 150 as a base and w...
johnbrizard51 hashcat 4 4,252 10-03-2017, 07:14 PM
    Thread: HMAC-SHA1 with an MD5 key
Post: RE: HMAC-SHA1 with an MD5 key

Thanks for your answer. Unfortunately I think the key is more complex than what I expected. If it's 10 characters long (upper case, lower case, digit) that would be 62^10. I might be able to redu...
johnbrizard51 hashcat 4 4,252 10-01-2017, 04:30 PM
    Thread: HMAC-SHA1 with an MD5 key
Post: HMAC-SHA1 with an MD5 key

Hi all, I would like to recover the key used to sign a message with HMAC-SHA1. I know the key was generated using MD5:  PHP Code: -- $hash = hash_hmac('sha1', $message, hash('md5', $key, false)...
johnbrizard51 hashcat 4 4,252 10-01-2017, 04:22 AM