mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-10 15:51:10 +00:00
adjusted name for modules
This commit is contained in:
parent
15cbaa0f59
commit
56f79232b5
@ -99,7 +99,7 @@ static const u32 DGST_POS2 = 2;
|
||||
static const u32 DGST_POS3 = 3;
|
||||
static const u32 DGST_SIZE = DGST_SIZE_4_4;
|
||||
static const u32 HASH_CATEGORY = HASH_CATEGORY_ARCHIVE;
|
||||
static const char *HASH_NAME = "PKZIP Stream Cipher";
|
||||
static const char *HASH_NAME = "PKZIP Master Key";
|
||||
static const u64 KERN_TYPE = 20500;
|
||||
static const u32 OPTI_TYPE = 0;
|
||||
static const u64 OPTS_TYPE = 0;
|
||||
|
@ -99,7 +99,7 @@ static const u32 DGST_POS2 = 2;
|
||||
static const u32 DGST_POS3 = 3;
|
||||
static const u32 DGST_SIZE = DGST_SIZE_4_4;
|
||||
static const u32 HASH_CATEGORY = HASH_CATEGORY_ARCHIVE;
|
||||
static const char *HASH_NAME = "PKZIP Stream Cipher (6 byte optimization)";
|
||||
static const char *HASH_NAME = "PKZIP Master Key (6 byte optimization)";
|
||||
static const u64 KERN_TYPE = 20510;
|
||||
static const u32 OPTI_TYPE = 0;
|
||||
static const u64 OPTS_TYPE = OPTS_TYPE_COPY_TMPS;
|
||||
|
Loading…
Reference in New Issue
Block a user