HMAC-SHA1(key=SHA1(password), data=salt)
#1
Hello

I have a set of passwords that are first Hashed with SHA-1, which is then used as a HMAC-SHA1 key with a salt message.

HMAC-SHA1(key=SHA1(password), data=salt)

I know hashcat supports SHA1 and HMAC-SHA1 but I can't seem to find out how to combine these methods in hashcat. Any help?

If for some reason this is not possible in hashcat, can anyone recommend any other cracking tool which would allow me to crack these passwords, or provide any hints to rolling my own software (if necessary)? I am determined to get these passwords..


Messages In This Thread
HMAC-SHA1(key=SHA1(password), data=salt) - by gerhard - 07-20-2013, 04:41 AM