1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-26 09:58:16 +00:00

Vectorized Ethereum Wallet + SCRYPT and added support for long passwords

This commit is contained in:
jsteube 2017-07-09 23:32:44 +02:00
parent a91d048c04
commit 97020f6521
2 changed files with 209 additions and 795 deletions

File diff suppressed because it is too large Load Diff

View File

@ -24875,6 +24875,8 @@ int hashconfig_init (hashcat_ctx_t *hashcat_ctx)
break; break;
case 15600: hashconfig->pw_max = 64; // PBKDF2-HMAC-SHA256 max case 15600: hashconfig->pw_max = 64; // PBKDF2-HMAC-SHA256 max
break; break;
case 15700: hashconfig->pw_max = 64; // PBKDF2-HMAC-SHA256 max
break;
} }
return 0; return 0;