mirror of
https://github.com/hashcat/hashcat
synced 2024-11-13 17:28:58 +01:00
Vectorized DPAPI masterkey file v1 and v2 and added support for long passwords
This commit is contained in:
parent
ec7b416baf
commit
25fba33901
1847
OpenCL/m15300.cl
1847
OpenCL/m15300.cl
File diff suppressed because it is too large
Load Diff
@ -24871,6 +24871,8 @@ int hashconfig_init (hashcat_ctx_t *hashcat_ctx)
|
||||
break;
|
||||
case 15100: hashconfig->pw_max = 64; // PBKDF2-HMAC-SHA1 max
|
||||
break;
|
||||
case 15300: hashconfig->pw_max = 128; // PBKDF2-HMAC-SHA512 max
|
||||
break;
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user