mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-23 23:19:09 +00:00
Fixed pw_max to 32
This commit is contained in:
parent
a208007d9d
commit
9c311091d0
@ -22993,6 +22993,8 @@ int hashconfig_init (hashcat_ctx_t *hashcat_ctx)
|
||||
break;
|
||||
case 500: hashconfig->pw_max = 16;
|
||||
break;
|
||||
case 670: hashconfig->pw_max = 32;
|
||||
break;
|
||||
case 1500: hashconfig->pw_max = 8;
|
||||
break;
|
||||
case 1600: hashconfig->pw_max = 16;
|
||||
|
Loading…
Reference in New Issue
Block a user