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:
parent
2814f7f910
commit
3bb25edb58
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user