View Single Post
  #1  
Old 08-18-2019, 15:21
debugasm debugasm is offline
Friend
 
Join Date: Oct 2017
Posts: 14
Rept. Given: 0
Rept. Rcvd 1 Time in 1 Post
Thanks Given: 11
Thanks Rcvd at 35 Times in 8 Posts
debugasm Reputation: 1
Lightbulb hashcat and HMAC-SHA256 ...

I was looking for a tool to brute forcing a password that use HMAC-SHA256.

My first thought was "hashcat", which easily supports HMAC-SHA256 but there is a problem: it does not support more than 256 characters as "message".

My message is more than 7000 characters long. Exists a patch or other software similar to hashcat ?

Now I use python for brute force but it is definitely slow ...
Reply With Quote