mirror of
https://github.com/hashcat/hashcat.git
synced 2025-08-05 05:15:20 +00:00
Fix -m 10700 unit test maximum password length in pure kernel mode
This commit is contained in:
parent
eb07d2108c
commit
3b4bd54899
@ -11,7 +11,7 @@ use warnings;
|
|||||||
use Crypt::CBC;
|
use Crypt::CBC;
|
||||||
use Digest::SHA qw (sha256 sha384 sha512);
|
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
|
sub module_generate_hash
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user