mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-11 16:21:12 +00:00
Use a more optimal salt value for descrypt benchmark
This commit is contained in:
parent
42c83df959
commit
dcbf665313
@ -11388,7 +11388,8 @@ int main (int argc, char **argv)
|
||||
|
||||
switch (hash_mode)
|
||||
{
|
||||
case 1500: hashes_buf[0].salt->salt_len = 2;
|
||||
case 1500: hashes_buf[0].salt->salt_len = 2;
|
||||
hashes_buf[0].salt->salt_buf[0] = 388; // pure magic
|
||||
break;
|
||||
case 1731: hashes_buf[0].salt->salt_len = 4;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user