1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 08:08:10 +00:00

Fix pure kernel maximum password length in -m 9900 test unit

This commit is contained in:
jsteube 2019-02-20 20:56:25 +01:00
parent 09362b77ca
commit 2d0c57c647

View File

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