mirror of
https://github.com/hashcat/hashcat.git
synced 2025-07-19 04:58:16 +00:00
Merge pull request #4322 from matrix/fix_11100
Fixed bug in module_constraints for hash-mode 11100
This commit is contained in:
commit
f7161e010c
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user