1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-26 09:58:16 +00:00

Fix maximum password length in -m 5800

This commit is contained in:
jsteube 2019-02-19 17:46:42 +01:00
parent 7721645758
commit dc94408cdb

View File

@ -9,7 +9,7 @@ use strict;
use Digest::SHA qw (sha1);
sub module_constraints { [[0, 231], [1, 16], [0, 31], [1, 16], [0, 31]] }
sub module_constraints { [[0, 255], [1, 16], [0, 15], [1, 16], [0, 31]] }
sub module_generate_hash
{