Posts: 16
Threads: 5
Joined: Jul 2012
I noticed that hashcat has support for HMAC-SHA1 / HMAC-MD5 but oclHashcat-plus nor oclHashcat-lite do not.
Just wondering if its in the plan to get these working so we can use GPUs to crack them.
Posts: 5,185
Threads: 230
Joined: Apr 2010
Its not hard to add, so yeah maybe. Depends on requests.
Posts: 179
Threads: 13
Joined: Dec 2012
Personaly I need HMAC-SHA256 to be added into oclHashcat and other HMAC algos would be good too. THUMB UP.
Posts: 105
Threads: 23
Joined: Apr 2012
(01-09-2013, 05:02 PM)Kuci Wrote: Personaly I need HMAC-SHA256 to be added into oclHashcat and other HMAC algos would be good too. THUMB UP.
This is my current recommendation to people for password storage, although I suggest they use it as part of PBKDF2 with lots of rounds.
Don't know how common it actually is now for password storage but hopefully it will catch on more.
It's definitely used/recommended frequently in signature schemes so could be useful there to try to derive a signing key if the message was known (or mostly known).