mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-22 20:42:07 +00:00
nsec3 m 8300: salt can be empty
This commit is contained in:
parent
d1f473d6ba
commit
e724e0dadc
@ -61,7 +61,7 @@ int module_hash_decode (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSE
|
|||||||
token.attr[1] = TOKEN_ATTR_VERIFY_LENGTH;
|
token.attr[1] = TOKEN_ATTR_VERIFY_LENGTH;
|
||||||
|
|
||||||
token.sep[2] = ':';
|
token.sep[2] = ':';
|
||||||
token.len_min[2] = 1;
|
token.len_min[2] = 0;
|
||||||
token.len_max[2] = 32;
|
token.len_max[2] = 32;
|
||||||
token.attr[2] = TOKEN_ATTR_VERIFY_LENGTH;
|
token.attr[2] = TOKEN_ATTR_VERIFY_LENGTH;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user