1
0
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:
jsteube 2019-02-19 13:17:40 +01:00
parent b8ea0ad0a1
commit 72377c1954

View File

@ -10,7 +10,7 @@ use warnings;
use Digest::SHA qw (sha256); 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 sub module_generate_hash
{ {