mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 08:08:10 +00:00
Fix sha512_hmac_init_global_utf16le_swap(); hmac doesn't have password length
This commit is contained in:
parent
7b24986096
commit
8e532e6162
@ -1967,7 +1967,8 @@ DECLSPEC void sha512_hmac_init_global_utf16le_swap (PRIVATE_AS sha512_hmac_ctx_t
|
|||||||
|
|
||||||
if (enc_len == -1)
|
if (enc_len == -1)
|
||||||
{
|
{
|
||||||
ctx->len = -1;
|
//hmac doesn't have password length
|
||||||
|
//ctx->len = -1;
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user