1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-23 15:18:16 +00:00

Add support for length 20 in module for -m 7400

This commit is contained in:
Jens Steube 2020-02-10 13:01:32 +01:00
parent 3b1bdc6fa8
commit a06f5f6644

View File

@ -280,7 +280,7 @@ int module_hash_decode (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSE
| TOKEN_ATTR_VERIFY_SIGNATURE; | TOKEN_ATTR_VERIFY_SIGNATURE;
token.len_min[1] = 0; token.len_min[1] = 0;
token.len_max[1] = 16; token.len_max[1] = 20;
token.sep[1] = '$'; token.sep[1] = '$';
token.attr[1] = TOKEN_ATTR_VERIFY_LENGTH token.attr[1] = TOKEN_ATTR_VERIFY_LENGTH
| TOKEN_ATTR_OPTIONAL_ROUNDS; | TOKEN_ATTR_OPTIONAL_ROUNDS;