1
mirror of https://github.com/hashcat/hashcat synced 2024-12-01 20:18:12 +01:00

Fix minimum salt length in -m 18100 unit test

This commit is contained in:
jsteube 2019-02-15 14:33:42 +01:00
parent 20b8139808
commit 6e8c4f5577

View File

@ -11,7 +11,7 @@ use warnings;
use Digest::SHA qw (sha1);
use Digest::HMAC qw (hmac_hex);
sub module_constraints { [[0, 255], [0, 55], [0, 255], [0, 55], [-1, -1]] }
sub module_constraints { [[0, 255], [8, 12], [0, 255], [8, 12], [-1, -1]] }
sub module_generate_hash
{