1
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:
jsteube 2017-07-09 23:05:14 +02:00
parent ec7b416baf
commit 25fba33901
2 changed files with 561 additions and 1288 deletions

File diff suppressed because it is too large Load Diff

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;