Added long passwords support for AxCrypt
This commit is contained in:
+85
-1050
File diff suppressed because it is too large
Load Diff
@@ -24667,6 +24667,8 @@ int hashconfig_init (hashcat_ctx_t *hashcat_ctx)
|
||||
break;
|
||||
case 12800: hashconfig->pw_max = PW_MAX;
|
||||
break;
|
||||
case 13200: hashconfig->pw_max = PW_MAX;
|
||||
break;
|
||||
}
|
||||
|
||||
// pw_max : algo specific hard max length
|
||||
|
||||
Reference in New Issue
Block a user