Vectorized DPAPI masterkey file v1 and v2 and added support for long passwords

This commit is contained in:
jsteube
2017-07-09 23:05:14 +02:00
parent ec7b416baf
commit 25fba33901
2 changed files with 561 additions and 1288 deletions
+559 -1288
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -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;