Added long passwords support for AxCrypt

pull/1291/head
jsteube 7 years ago
parent dd14b798c3
commit 837b5a31d1

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

Loading…
Cancel
Save