mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-10 15:51:10 +00:00
Switch hash category for -m 15500 to HASH_CATEGORY_PRIVATE_KEY
This commit is contained in:
parent
b8cbf94791
commit
6259acc3ab
@ -16,7 +16,7 @@ static const u32 DGST_POS1 = 4;
|
||||
static const u32 DGST_POS2 = 2;
|
||||
static const u32 DGST_POS3 = 1;
|
||||
static const u32 DGST_SIZE = DGST_SIZE_4_5;
|
||||
static const u32 HASH_CATEGORY = HASH_CATEGORY_PASSWORD_MANAGER;
|
||||
static const u32 HASH_CATEGORY = HASH_CATEGORY_PRIVATE_KEY;
|
||||
static const char *HASH_NAME = "JKS Java Key Store Private Keys (SHA1)";
|
||||
static const u64 KERN_TYPE = 15500;
|
||||
static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE
|
||||
|
Loading…
Reference in New Issue
Block a user