mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-15 20:39:17 +00:00
Update converted modules in interface.c
This commit is contained in:
parent
165380c454
commit
b149b87014
@ -24606,6 +24606,10 @@ int hashconfig_init (hashcat_ctx_t *hashcat_ctx)
|
|||||||
{
|
{
|
||||||
case 2100: hashconfig->pw_max = PW_MAX;
|
case 2100: hashconfig->pw_max = PW_MAX;
|
||||||
break;
|
break;
|
||||||
|
case 2500: hashconfig->pw_max = PW_MAX;
|
||||||
|
break;
|
||||||
|
case 3200: hashconfig->pw_max = PW_MAX;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// pw_max : algo specific hard limits
|
// pw_max : algo specific hard limits
|
||||||
|
Loading…
Reference in New Issue
Block a user