mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 16:18:09 +00:00
Prepare -m 29910 unit-test to act as template for -m 29920 unit-test
This commit is contained in:
parent
9ae37c9361
commit
dd05a988a1
@ -11,6 +11,7 @@ use warnings;
|
|||||||
use Crypt::Mode::ECB;
|
use Crypt::Mode::ECB;
|
||||||
use Crypt::PBKDF2;
|
use Crypt::PBKDF2;
|
||||||
|
|
||||||
|
my $ENC_MAX_KEY_NUM = 8;
|
||||||
my $ENC_NONCE_SIZE = 8;
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user