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 wante...
johnbrizard51 hashcat 4 10,668 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 reduc...
johnbrizard51 hashcat 4 10,668 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 10,668 10-01-2017, 04:22 AM