1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-14 03:39:09 +00:00

algo name fix

This commit is contained in:
piwvvo 2022-05-07 02:25:59 +02:00
parent 1ecfb8899f
commit 235f077276

View File

@ -18,7 +18,7 @@ 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_RAW_HASH_SALTED;
static const char *HASH_NAME = "sha1($salt.sha1($username.':'.$pass, true))";
static const char *HASH_NAME = "sha1($salt.sha1(utf16le(username).':'.utf16le($pass), true))";
static const u64 KERN_TYPE = 9902;
static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE
| OPTI_TYPE_EARLY_SKIP