From 56f79232b560c976378875010da01789f4e5c1f9 Mon Sep 17 00:00:00 2001 From: Sein Coray Date: Fri, 17 May 2019 15:50:03 +0200 Subject: [PATCH] adjusted name for modules --- src/modules/module_20500.c | 2 +- src/modules/module_20510.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/module_20500.c b/src/modules/module_20500.c index 3eb5cb3f9..79ed9cce3 100644 --- a/src/modules/module_20500.c +++ b/src/modules/module_20500.c @@ -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; diff --git a/src/modules/module_20510.c b/src/modules/module_20510.c index cd08b40dc..baad333a6 100644 --- a/src/modules/module_20510.c +++ b/src/modules/module_20510.c @@ -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;