mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 16:18:09 +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;
|
||||
case 12800: hashconfig->pw_max = PW_MAX;
|
||||
break;
|
||||
case 13200: hashconfig->pw_max = PW_MAX;
|
||||
break;
|
||||
}
|
||||
|
||||
// pw_max : algo specific hard max length
|
||||
|
Loading…
Reference in New Issue
Block a user