1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-23 08:38:09 +00:00

Merge pull request #3046 from hashcat/philsmd-patch-2

tests: get rid of wrong modules from -m 28100
This commit is contained in:
Jens Steube 2021-12-01 14:31:30 +01:00 committed by GitHub
commit 2e5e4e89f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;