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:
parent
38761eb873
commit
20b8139808
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user