hashcat Forum
Hash Hmac Question - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Hash Hmac Question (/thread-9869.html)



Hash Hmac Question - fantasy04 - 02-10-2021

Dear Support,

Is it possible for hashcat to crack something like this:

# hash_hmac(PASSWORD_HASH_ALGOS, $str . ":" . AUTH_MAGIC, $salt);
php -r '$hash=hash_hmac("sha256","your_passwd:hogehoge","saltishere");var_dump($hash);'
string(64) "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"


if we forget the Auth_Magic?

Supposed we have only SHA256 and Salt?

Thanks and appreciate your inputs and comments,