1
mirror of https://github.com/hashcat/hashcat synced 2024-11-24 14:27:14 +01:00

fix test module (2)

This commit is contained in:
Gabriele Gristina 2020-12-11 14:44:30 +01:00
parent 731cb1c9bc
commit 46c2464417

View File

@ -10,6 +10,7 @@ use warnings;
use Crypt::Eksblowfish::Bcrypt qw (bcrypt en_base64);
use MIME::Base64 qw (decode_base64);
use Digest::MD5 qw (md5_hex);
sub module_constraints { [[0, 72], [16, 16], [-1, -1], [-1, -1], [-1, -1]] }