1
0
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:
Sein Coray 2019-05-17 15:50:03 +02:00
parent 15cbaa0f59
commit 56f79232b5
No known key found for this signature in database
GPG Key ID: 44C4180EA69758EC
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;