1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 08:08:10 +00:00

Limit password and salt length in unit test for -m 610 and -m 620

This commit is contained in:
Jens Steube 2022-05-27 17:34:08 +02:00
parent 9b6c316c35
commit 7284f17f7d
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ use warnings;
use Digest::BLAKE2 qw (blake2b_hex); 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 sub module_generate_hash
{ {

View File

@ -10,7 +10,7 @@ use warnings;
use Digest::BLAKE2 qw (blake2b_hex); 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 sub module_generate_hash
{ {