fixed two bugs where pkzip hashes wouldn't be cracked

This commit is contained in:
Sein Coray
2019-05-24 22:11:51 +02:00
parent 3c603019c3
commit 3365040bc1
6 changed files with 20 additions and 20 deletions
+1 -1
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_8;
static const u32 HASH_CATEGORY = HASH_CATEGORY_ARCHIVE;
static const char *HASH_NAME = "PKZIP (Compressed Multi-File)";
static const char *HASH_NAME = "PKZIP (Mixed Multi-File)";
static const u64 KERN_TYPE = 17225;
static const u32 OPTI_TYPE = 0;
static const u64 OPTS_TYPE = 0;
+1 -1
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_8;
static const u32 HASH_CATEGORY = HASH_CATEGORY_ARCHIVE;
static const char *HASH_NAME = "PKZIP (Compressed Multi-File Checksum-Only)";
static const char *HASH_NAME = "PKZIP (Mixed Multi-File Checksum-Only)";
static const u64 KERN_TYPE = 17230;
static const u32 OPTI_TYPE = 0;
static const u64 OPTS_TYPE = 0;