mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-16 17:42:04 +00:00
Merge pull request #2169 from philsmd/patch-11
wrong separator used in SipHash (-m 10100)
This commit is contained in:
commit
7f4df9ebff
@ -68,10 +68,9 @@ int module_hash_decode (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSE
|
|||||||
token.attr[2] = TOKEN_ATTR_VERIFY_LENGTH
|
token.attr[2] = TOKEN_ATTR_VERIFY_LENGTH
|
||||||
| TOKEN_ATTR_VERIFY_DIGIT;
|
| TOKEN_ATTR_VERIFY_DIGIT;
|
||||||
|
|
||||||
token.sep[3] = '$';
|
token.len[3] = 32;
|
||||||
token.len_min[3] = 32;
|
token.attr[3] = TOKEN_ATTR_FIXED_LENGTH
|
||||||
token.len_max[3] = 32;
|
| TOKEN_ATTR_VERIFY_HEX;
|
||||||
token.attr[3] = TOKEN_ATTR_VERIFY_LENGTH;
|
|
||||||
|
|
||||||
const int rc_tokenizer = input_tokenizer ((const u8 *) line_buf, line_len, &token);
|
const int rc_tokenizer = input_tokenizer ((const u8 *) line_buf, line_len, &token);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user