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
+207 -795
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -24875,6 +24875,8 @@ int hashconfig_init (hashcat_ctx_t *hashcat_ctx)
break;
case 15600: hashconfig->pw_max = 64; // PBKDF2-HMAC-SHA256 max
break;
case 15700: hashconfig->pw_max = 64; // PBKDF2-HMAC-SHA256 max
break;
}
return 0;