mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 08:08:10 +00:00
Fix -m 10600 max password length in pure kernel mode
This commit is contained in:
parent
b8ea0ad0a1
commit
72377c1954
@ -10,7 +10,7 @@ use warnings;
|
||||
|
||||
use Digest::SHA qw (sha256);
|
||||
|
||||
sub module_constraints { [[0, 255], [32, 32], [0, 31], [32, 32], [-1, -1]] }
|
||||
sub module_constraints { [[0, 127], [32, 32], [0, 31], [32, 32], [-1, -1]] }
|
||||
|
||||
sub module_generate_hash
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user