From 774b76efe236bf9830b1ed01aa20859a6b3a9296 Mon Sep 17 00:00:00 2001 From: Jens Steube Date: Thu, 13 May 2021 08:03:44 +0200 Subject: [PATCH] Remove OPTS_TYPE_MP_MULTI_DISABLE from -m 3200 for better performance on NV GPU --- src/modules/module_03200.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/module_03200.c b/src/modules/module_03200.c index f8c15556f..73e92f304 100644 --- a/src/modules/module_03200.c +++ b/src/modules/module_03200.c @@ -21,7 +21,6 @@ static const char *HASH_NAME = "bcrypt $2*$, Blowfish (Unix)"; static const u64 KERN_TYPE = 3200; static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE; static const u64 OPTS_TYPE = OPTS_TYPE_PT_GENERATE_LE - | OPTS_TYPE_MP_MULTI_DISABLE | OPTS_TYPE_DYNAMIC_SHARED; static const u32 SALT_TYPE = SALT_TYPE_EMBEDDED; static const char *ST_PASS = "hashcat";