1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-07-23 15:08:37 +00:00

Removed TOKEN_ATTR_OPTIONAL_ROUNDS because there's no code handling optional rounds in decoder

This commit is contained in:
hashcat-bot 2025-07-15 07:22:47 +02:00 committed by GitHub
parent d76137d44b
commit 0926b861d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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