1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-23 15:18:16 +00: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::SHA qw (sha1);
use Digest::HMAC qw (hmac_hex); 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 sub module_generate_hash
{ {