Limit -m 2100 password length to 27 because if utf16
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user