mirror of
https://github.com/hashcat/hashcat.git
synced 2025-07-16 11:38:21 +00:00
Fixed bug in module_constraints for hash-mode 15000
This commit is contained in:
parent
5af377ac4f
commit
ddf99ca69d
@ -10,7 +10,7 @@ use warnings;
|
|||||||
|
|
||||||
use Digest::SHA qw (sha512_hex);
|
use Digest::SHA qw (sha512_hex);
|
||||||
|
|
||||||
sub module_constraints { [[0, 256], [64, 64], [0, 55], [64, 64], [-1, -1]] }
|
sub module_constraints { [[0, 256], [64, 64], [0, 47], [64, 64], [0, 55]] }
|
||||||
|
|
||||||
sub module_generate_hash
|
sub module_generate_hash
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user