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

Fix -m 10700 unit test maximum password length in pure kernel mode

This commit is contained in:
jsteube 2019-03-05 08:18:50 +01:00
parent eb07d2108c
commit 3b4bd54899

View File

@ -11,7 +11,7 @@ use warnings;
use Crypt::CBC;
use Digest::SHA qw (sha256 sha384 sha512);
sub module_constraints { [[1, 256], [32, 32], [1, 15], [32, 32], [-1, -1]] }
sub module_constraints { [[1, 127], [32, 32], [1, 15], [32, 32], [-1, -1]] }
sub module_generate_hash
{