Fix max salt length for -m 1441

pull/1914/head
jsteube 5 years ago
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.len_min[2] = 0;
token.len_max[2] = 24;
token.len_max[2] = 36;
token.sep[2] = '*';
token.attr[2] = TOKEN_ATTR_VERIFY_LENGTH
| TOKEN_ATTR_VERIFY_BASE64A;

Loading…
Cancel
Save