X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=src%2FoclHashcat.c;h=951ea41a1bcb35e0796ec43e5720c2f74233e4d1;hb=6dac6b409e13063d8904538a81f78a812d64b03a;hp=d6244670fe325d2946e0f676c2af537817b12d03;hpb=71c31fca593169abf0a7fa04a33f20d62c767576;p=hashcat.git diff --git a/src/oclHashcat.c b/src/oclHashcat.c index d624467..951ea41 100644 --- a/src/oclHashcat.c +++ b/src/oclHashcat.c @@ -13587,8 +13587,8 @@ int main (int argc, char **argv) kernel_threads = KERNEL_THREADS_MAX_CPU; } - if (hash_mode == 1500) kernel_threads = 64; // DES - if (hash_mode == 3000) kernel_threads = 64; // DES + //if (hash_mode == 1500) kernel_threads = 64; // DES + //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 == 9000) kernel_threads = 8; // Blowfish