mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 08:08:10 +00:00
Merge pull request #3885 from raulperdomo/raulperdomo-19210-patch-1
Update module_19210.c
This commit is contained in:
commit
3d00a27818
@ -110,7 +110,7 @@ int module_hash_decode (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSE
|
||||
| TOKEN_ATTR_VERIFY_BASE64A;
|
||||
|
||||
token.sep[3] = '@';
|
||||
token.len_min[3] = 32;
|
||||
token.len_min[3] = 16;
|
||||
token.len_max[3] = 60;
|
||||
token.attr[3] = TOKEN_ATTR_VERIFY_LENGTH
|
||||
| TOKEN_ATTR_VERIFY_BASE64A;
|
||||
|
Loading…
Reference in New Issue
Block a user