mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 16:18:09 +00:00
Merge pull request #2533 from philsmd/update_perl_modules
minor: update list of perl modules for unit tests
This commit is contained in:
commit
2eb91672df
@ -18,6 +18,7 @@ cpan install Authen::Passphrase::LANManager \
|
|||||||
Convert::EBCDIC \
|
Convert::EBCDIC \
|
||||||
Crypt::CBC \
|
Crypt::CBC \
|
||||||
Crypt::DES \
|
Crypt::DES \
|
||||||
|
Crypt::DES_EDE3 \
|
||||||
Crypt::Digest::RIPEMD160 \
|
Crypt::Digest::RIPEMD160 \
|
||||||
Crypt::Digest::Whirlpool \
|
Crypt::Digest::Whirlpool \
|
||||||
Crypt::ECB \
|
Crypt::ECB \
|
||||||
|
@ -9,6 +9,7 @@ use strict;
|
|||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
use Crypt::CBC;
|
use Crypt::CBC;
|
||||||
|
use Crypt::DES_EDE3;
|
||||||
use Digest::MD5 qw (md5);
|
use Digest::MD5 qw (md5);
|
||||||
|
|
||||||
sub module_constraints { [[0, 256], [16, 16], [-1, -1], [-1, -1], [-1, -1]] }
|
sub module_constraints { [[0, 256], [16, 16], [-1, -1], [-1, -1], [-1, -1]] }
|
||||||
|
Loading…
Reference in New Issue
Block a user