mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 16:18:09 +00:00
Fix max salt length for -m 1441
This commit is contained in:
parent
6e8c4f5577
commit
a027b7f2b1
@ -76,7 +76,7 @@ int module_hash_decode (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSE
|
|||||||
| TOKEN_ATTR_VERIFY_DIGIT;
|
| TOKEN_ATTR_VERIFY_DIGIT;
|
||||||
|
|
||||||
token.len_min[2] = 0;
|
token.len_min[2] = 0;
|
||||||
token.len_max[2] = 24;
|
token.len_max[2] = 36;
|
||||||
token.sep[2] = '*';
|
token.sep[2] = '*';
|
||||||
token.attr[2] = TOKEN_ATTR_VERIFY_LENGTH
|
token.attr[2] = TOKEN_ATTR_VERIFY_LENGTH
|
||||||
| TOKEN_ATTR_VERIFY_BASE64A;
|
| TOKEN_ATTR_VERIFY_BASE64A;
|
||||||
|
Loading…
Reference in New Issue
Block a user