1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-02-22 04:22:13 +00:00

Merge pull request #2150 from matrix/issue_2148

fix hash-mode 4710 module_constraints
This commit is contained in:
Jens Steube 2019-08-05 13:20:04 +02:00 committed by GitHub
commit 3c498bc49c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ use warnings;
use Digest::MD5 qw (md5_hex);
use Digest::SHA qw (sha1_hex);
sub module_constraints { [[0, 256], [0, 256], [0, 55], [8, 8], [-1, -1]] }
sub module_constraints { [[0, 256], [0, 256], [0, 55], [0, 15], [-1, -1]] }
sub module_generate_hash
{