1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-02-16 17:42:04 +00:00

Fix minimum password length in -m 16000 unit test

This commit is contained in:
jsteube 2019-02-16 10:04:16 +01:00
parent db18966093
commit 6c215ad015

View File

@ -10,7 +10,7 @@ use warnings;
use Text::Iconv;
sub module_constraints { [[0, 8], [-1, -1], [0, 8], [-1, -1], [-1, -1]] }
sub module_constraints { [[1, 8], [-1, -1], [1, 8], [-1, -1], [-1, -1]] }
sub module_generate_hash
{