1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-24 15:38:11 +00:00

Fixed pw_max to 32

This commit is contained in:
DoZ10 2017-05-09 21:31:07 -04:00
parent a208007d9d
commit 9c311091d0

View File

@ -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;