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

Prepare -m 29910 unit-test to act as template for -m 29920 unit-test

This commit is contained in:
Jens Steube 2022-10-03 17:45:18 +02:00
parent 9ae37c9361
commit dd05a988a1

View File

@ -11,6 +11,7 @@ use warnings;
use Crypt::Mode::ECB;
use Crypt::PBKDF2;
my $ENC_MAX_KEY_NUM = 8;
my $ENC_NONCE_SIZE = 8;
my $ENC_KEY_SIZE = 16;
my $ENC_BLOCK_SIZE = 16;