1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-06-29 03:12:35 +00:00

Fixed hash-mode 10830, HASH_CATEGORY

This commit is contained in:
Gabriele Gristina 2020-12-17 03:46:34 +01:00
parent 9d8e695a3c
commit 65cc442c7f

View File

@ -16,7 +16,7 @@ static const u32 DGST_POS1 = 7;
static const u32 DGST_POS2 = 4; static const u32 DGST_POS2 = 4;
static const u32 DGST_POS3 = 5; static const u32 DGST_POS3 = 5;
static const u32 DGST_SIZE = DGST_SIZE_8_8; 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 char *HASH_NAME = "sha384(utf16le($pass).$salt)";
static const u64 KERN_TYPE = 10830; static const u64 KERN_TYPE = 10830;
static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE