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:
parent
a91d048c04
commit
97020f6521
1002
OpenCL/m15700.cl
1002
OpenCL/m15700.cl
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…
Reference in New Issue
Block a user