1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-02-02 10:51:16 +00:00

Fix -m 21600 DGST_SIZE

This commit is contained in:
Jens Steube 2019-11-27 09:07:47 +01:00
parent 86d3f9e9c7
commit d18ff6fa3d

View File

@ -15,7 +15,7 @@ static const u32 DGST_POS0 = 0;
static const u32 DGST_POS1 = 1;
static const u32 DGST_POS2 = 2;
static const u32 DGST_POS3 = 3;
static const u32 DGST_SIZE = DGST_SIZE_8_2;
static const u32 DGST_SIZE = DGST_SIZE_8_8;
static const u32 HASH_CATEGORY = HASH_CATEGORY_FRAMEWORK;
static const char *HASH_NAME = "Web2py pbkdf2-sha512";
static const u64 KERN_TYPE = 21600;