Limit -m 2100 password length to 27 because if utf16

This commit is contained in:
jsteube
2017-06-16 23:17:56 +02:00
parent c9caca2b0c
commit 7905d79a28
+1 -1
View File
@@ -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;