1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 08:08:10 +00:00

I was wrong, the 4th module_constraints is put back

This commit is contained in:
Michael Kruger 2021-08-02 14:24:26 +02:00
parent 2814f7f910
commit 3bb25edb58

View File

@ -12,7 +12,7 @@ use Digest::HMAC qw (hmac hmac_hex);
use Digest::MD5 qw (md5);
use Encode qw (encode);
sub module_constraints { [[32, 32], [32, 32], [32, 32], [32, 32], [-1, -1]] }
sub module_constraints { [[32, 32], [32, 32], [32, 32], [0, 27], [-1, -1]] }
sub module_generate_hash
{