1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-02-04 11:52:32 +00:00

Update to better scrypt tmto defaults

This commit is contained in:
Jens Steube 2016-05-04 11:55:10 +02:00
parent 29a0eab0b3
commit fc89a04737

View File

@ -13670,18 +13670,18 @@ int main (int argc, char **argv)
} }
else if (device_param->vendor_id == VENDOR_ID_NV) else if (device_param->vendor_id == VENDOR_ID_NV)
{ {
tmto_start = 3; tmto_start = 2;
} }
} }
else if (hash_mode == 9300) else if (hash_mode == 9300)
{ {
if (device_param->vendor_id == VENDOR_ID_AMD) if (device_param->vendor_id == VENDOR_ID_AMD)
{ {
tmto_start = 3; tmto_start = 2;
} }
else if (device_param->vendor_id == VENDOR_ID_NV) else if (device_param->vendor_id == VENDOR_ID_NV)
{ {
tmto_start = 5; tmto_start = 2;
} }
} }
} }