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

minor: update list of perl modules for unit tests

This commit is contained in:
philsmd 2020-08-26 12:41:25 +02:00
parent 9121f66b1c
commit 8e6949e00d
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ cpan install Authen::Passphrase::LANManager \
Convert::EBCDIC \
Crypt::CBC \
Crypt::DES \
Crypt::DES_EDE3 \
Crypt::Digest::RIPEMD160 \
Crypt::Digest::Whirlpool \
Crypt::ECB \

View File

@ -9,6 +9,7 @@ use strict;
use warnings;
use Crypt::CBC;
use Crypt::DES_EDE3;
use Digest::MD5 qw (md5);
sub module_constraints { [[0, 256], [16, 16], [-1, -1], [-1, -1], [-1, -1]] }