1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-07-30 10:28:41 +00:00

Fixed bug in module_constraints for hash-mode 11100

This commit is contained in:
Gabriele Gristina 2025-07-12 02:20:53 +02:00
parent 5af377ac4f
commit 84cc247fc6
No known key found for this signature in database
GPG Key ID: 9F68B59298F311F0

View File

@ -10,7 +10,7 @@ use warnings;
use Digest::MD5 qw (md5_hex);
sub module_constraints { [[0, 256], [8, 8], [0, 55], [8, 8], [-1, -1]] }
sub module_constraints { [[0, 256], [8, 8], [0, 55], [8, 8], [0, 55]] }
sub module_generate_hash
{