mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-22 20:42:07 +00:00
Limit -m 2100 password length to 27 because if utf16
This commit is contained in:
parent
c9caca2b0c
commit
7905d79a28
@ -24393,7 +24393,7 @@ int hashconfig_init (hashcat_ctx_t *hashcat_ctx)
|
||||
break;
|
||||
case 1800: hashconfig->pw_max = 16;
|
||||
break;
|
||||
case 2100: hashconfig->pw_max = 32;
|
||||
case 2100: hashconfig->pw_max = 27;
|
||||
break;
|
||||
case 3000: hashconfig->pw_max = 7;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user