Add minimum password length for -m 20510

This commit is contained in:
Jens Steube
2019-05-18 16:29:58 +02:00
parent 686d71397a
commit c9fba782ed
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
use strict;
use warnings;
sub module_constraints { [[0, 250], [-1, -1], [-1, -1], [-1, -1], [-1, -1]] }
sub module_constraints { [[6, 250], [-1, -1], [-1, -1], [-1, -1], [-1, -1]] }
my @crc32tab =
(