mirror of
https://github.com/hashcat/hashcat.git
synced 2025-03-01 07:42:39 +00:00
Prepare -m 29910 and -m 29920 unit-test to act as template for -m 29930 unit-test
This commit is contained in:
parent
3d6ad53076
commit
7e683ac446
@ -16,6 +16,7 @@ my $ENC_NONCE_SIZE = 8;
|
|||||||
my $ENC_KEY_SIZE = 16;
|
my $ENC_KEY_SIZE = 16;
|
||||||
my $ENC_BLOCK_SIZE = 16;
|
my $ENC_BLOCK_SIZE = 16;
|
||||||
my $ENC_KEYCHAIN_SIZE = 128;
|
my $ENC_KEYCHAIN_SIZE = 128;
|
||||||
|
my $ENC_DEFAULT_MD5_ITERATIONS = 1000;
|
||||||
|
|
||||||
sub module_constraints { [[0, 256], [64, 64], [-1, -1], [-1, -1], [-1, -1]] }
|
sub module_constraints { [[0, 256], [64, 64], [-1, -1], [-1, -1], [-1, -1]] }
|
||||||
|
|
||||||
|
@ -16,6 +16,7 @@ my $ENC_NONCE_SIZE = 8;
|
|||||||
my $ENC_KEY_SIZE = 16;
|
my $ENC_KEY_SIZE = 16;
|
||||||
my $ENC_BLOCK_SIZE = 16;
|
my $ENC_BLOCK_SIZE = 16;
|
||||||
my $ENC_KEYCHAIN_SIZE = 128;
|
my $ENC_KEYCHAIN_SIZE = 128;
|
||||||
|
my $ENC_DEFAULT_MD5_ITERATIONS = 1000;
|
||||||
|
|
||||||
sub module_constraints { [[0, 256], [64, 64], [-1, -1], [-1, -1], [-1, -1]] }
|
sub module_constraints { [[0, 256], [64, 64], [-1, -1], [-1, -1], [-1, -1]] }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user