mirror of
https://github.com/hashcat/hashcat
synced 2024-11-20 23:27:31 +01:00
tests: get rid of wrong modules from -m 28100
This commit is contained in:
parent
964cff951f
commit
3e085f8db0
@ -8,9 +8,7 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use Digest::MD4 qw (md4 md4_hex);
|
||||
use Digest::SHA qw (sha1 sha1_hex);
|
||||
use Digest::SHA qw (sha512 sha512_hex);
|
||||
use Digest::SHA qw (sha1 sha512);
|
||||
use Crypt::PBKDF2;
|
||||
use Encode;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user