mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-21 23:58:07 +00:00
Limit password and salt length in unit test for -m 610 and -m 620
This commit is contained in:
parent
9b6c316c35
commit
7284f17f7d
@ -10,7 +10,7 @@ use warnings;
|
||||
|
||||
use Digest::BLAKE2 qw (blake2b_hex);
|
||||
|
||||
sub module_constraints { [[0, 256], [0, 256], [0, 64], [0, 64], [0, 64]] }
|
||||
sub module_constraints { [[0, 127], [0, 127], [0, 55], [0, 55], [0, 55]] }
|
||||
|
||||
sub module_generate_hash
|
||||
{
|
||||
|
@ -10,7 +10,7 @@ use warnings;
|
||||
|
||||
use Digest::BLAKE2 qw (blake2b_hex);
|
||||
|
||||
sub module_constraints { [[0, 256], [0, 256], [0, 64], [0, 64], [0, 64]] }
|
||||
sub module_constraints { [[0, 127], [0, 127], [0, 55], [0, 55], [0, 55]] }
|
||||
|
||||
sub module_generate_hash
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user