1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-23 07:08:19 +00:00

Update max combinator length in unit test -m 3800

This commit is contained in:
jsteube 2019-02-15 21:41:38 +01:00
parent 76bd9d105f
commit db18966093

View File

@ -10,7 +10,7 @@ use warnings;
use Digest::MD5 qw (md5_hex);
sub module_constraints { [[0, 255], [0, 255], [0, 50], [0, 15], [0, 55]] }
sub module_constraints { [[0, 255], [0, 255], [0, 40], [0, 15], [0, 40]] }
sub module_generate_hash
{