mirror of
https://github.com/hashcat/hashcat.git
synced 2025-05-08 09:58:49 +00:00
Added long passwords support for AxCrypt
This commit is contained in:
parent
dd14b798c3
commit
837b5a31d1
1135
OpenCL/m13200.cl
1135
OpenCL/m13200.cl
File diff suppressed because it is too large
Load Diff
@ -24667,6 +24667,8 @@ int hashconfig_init (hashcat_ctx_t *hashcat_ctx)
|
|||||||
break;
|
break;
|
||||||
case 12800: hashconfig->pw_max = PW_MAX;
|
case 12800: hashconfig->pw_max = PW_MAX;
|
||||||
break;
|
break;
|
||||||
|
case 13200: hashconfig->pw_max = PW_MAX;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// pw_max : algo specific hard max length
|
// pw_max : algo specific hard max length
|
||||||
|
Loading…
Reference in New Issue
Block a user