mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 08:08:10 +00:00
add missing md4_hex import in 31600 test module
This commit is contained in:
parent
423faea47d
commit
a0732495fa
@ -8,7 +8,7 @@
|
|||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
use Digest::MD4 qw (md4);
|
use Digest::MD4 qw (md4 md4_hex);
|
||||||
use Crypt::PBKDF2;
|
use Crypt::PBKDF2;
|
||||||
use Text::Iconv;
|
use Text::Iconv;
|
||||||
use Encode;
|
use Encode;
|
||||||
|
Loading…
Reference in New Issue
Block a user