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

Mode 6900 does not support empty passwords

This commit is contained in:
jsteube 2019-02-15 13:21:34 +01:00
parent 38761eb873
commit 20b8139808

View File

@ -10,7 +10,7 @@ use warnings;
use Digest::GOST qw (gost_hex);
sub module_constraints { [[0, 32], [-1, -1], [0, 32], [-1, -1], [-1, -1]] }
sub module_constraints { [[1, 32], [-1, -1], [1, 32], [-1, -1], [-1, -1]] }
sub module_generate_hash
{