Vectorized Ethereum Wallet + SCRYPT and added support for long passwords

pull/1292/merge
jsteube 7 years ago
parent a91d048c04
commit 97020f6521

File diff suppressed because it is too large Load Diff

@ -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;

Loading…
Cancel
Save