From: jsteube Date: Tue, 28 Jun 2016 09:47:32 +0000 (+0200) Subject: Limit scrypt to 64 threads has no performance impact but makes it easier to handle X-Git-Tag: v3.00 X-Git-Url: https://www.flypig.org.uk/git/?p=hashcat.git;a=commitdiff_plain;h=6be99f523c1f5b86818825923d04bc22080f43fb;hp=8702d0e3e155e6a61ca1b0dcdc1ec924d92b8436 Limit scrypt to 64 threads has no performance impact but makes it easier to handle --- diff --git a/src/hashcat.c b/src/hashcat.c index 07d185b..41b6144 100644 --- a/src/hashcat.c +++ b/src/hashcat.c @@ -15011,7 +15011,9 @@ int main (int argc, char **argv) if (hash_mode == 3000) kernel_threads = 64; // DES if (hash_mode == 3200) kernel_threads = 8; // Blowfish if (hash_mode == 7500) kernel_threads = 64; // RC4 + if (hash_mode == 8900) kernel_threads = 64; // Scrypt if (hash_mode == 9000) kernel_threads = 8; // Blowfish + if (hash_mode == 9300) kernel_threads = 64; // Scrypt if (hash_mode == 9700) kernel_threads = 64; // RC4 if (hash_mode == 9710) kernel_threads = 64; // RC4 if (hash_mode == 9800) kernel_threads = 64; // RC4