From 65cc442c7fcec0aabdb06f8cfc974710431df7a5 Mon Sep 17 00:00:00 2001 From: Gabriele Gristina Date: Thu, 17 Dec 2020 03:46:34 +0100 Subject: [PATCH] Fixed hash-mode 10830, HASH_CATEGORY --- src/modules/module_10830.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/module_10830.c b/src/modules/module_10830.c index af198f8d0..91a70b707 100644 --- a/src/modules/module_10830.c +++ b/src/modules/module_10830.c @@ -16,7 +16,7 @@ static const u32 DGST_POS1 = 7; static const u32 DGST_POS2 = 4; static const u32 DGST_POS3 = 5; static const u32 DGST_SIZE = DGST_SIZE_8_8; -static const u32 HASH_CATEGORY = HASH_CATEGORY_RAW_HASH; +static const u32 HASH_CATEGORY = HASH_CATEGORY_RAW_HASH_SALTED; static const char *HASH_NAME = "sha384(utf16le($pass).$salt)"; static const u64 KERN_TYPE = 10830; static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE