From 235f077276bcfa9d071d3ade1ebdbbeaeb539dd1 Mon Sep 17 00:00:00 2001 From: piwvvo Date: Sat, 7 May 2022 02:25:59 +0200 Subject: [PATCH] algo name fix --- src/modules/module_09902.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/module_09902.c b/src/modules/module_09902.c index 5a0c381e8..c48ddf533 100644 --- a/src/modules/module_09902.c +++ b/src/modules/module_09902.c @@ -18,7 +18,7 @@ static const u32 DGST_POS2 = 2; static const u32 DGST_POS3 = 1; static const u32 DGST_SIZE = DGST_SIZE_4_5; static const u32 HASH_CATEGORY = HASH_CATEGORY_RAW_HASH_SALTED; -static const char *HASH_NAME = "sha1($salt.sha1($username.':'.$pass, true))"; +static const char *HASH_NAME = "sha1($salt.sha1(utf16le(username).':'.utf16le($pass), true))"; static const u64 KERN_TYPE = 9902; static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE | OPTI_TYPE_EARLY_SKIP