mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-22 22:58:30 +00:00
Merge pull request #3514 from PenguinKeeper7/pkzip-collision-warning
Pkzip collision warning
This commit is contained in:
commit
ace9ece437
@ -103,6 +103,7 @@ static const char *HASH_NAME = "PKZIP (Uncompressed)";
|
|||||||
static const u64 KERN_TYPE = 17210;
|
static const u64 KERN_TYPE = 17210;
|
||||||
static const u32 OPTI_TYPE = 0;
|
static const u32 OPTI_TYPE = 0;
|
||||||
static const u64 OPTS_TYPE = OPTS_TYPE_STOCK_MODULE
|
static const u64 OPTS_TYPE = OPTS_TYPE_STOCK_MODULE
|
||||||
|
| OPTS_TYPE_SUGGEST_KG
|
||||||
| 0;
|
| 0;
|
||||||
static const u32 SALT_TYPE = SALT_TYPE_EMBEDDED;
|
static const u32 SALT_TYPE = SALT_TYPE_EMBEDDED;
|
||||||
static const char *ST_PASS = "hashcat";
|
static const char *ST_PASS = "hashcat";
|
||||||
|
Loading…
Reference in New Issue
Block a user