Limit -m 2100 password length to 27 because if utf16

pull/1284/head
jsteube 7 years ago
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…
Cancel
Save