1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-05 23:10:00 +00:00

Update test module

This commit is contained in:
therealartifex 2021-08-03 17:52:45 -04:00
parent d22bb0e712
commit a0c669b59f

View File

@ -15,7 +15,7 @@ sub module_constraints { [[0, 256], [0, 256], [0, 55], [0, 55], [0, 55]] }
sub module_generate_hash
{
my $word = shift;
my $salt = shift || random_numeric_string (40);
my $salt = shift || random_hex_string (40);
my $digest = sha1_hex ('--' . $salt . '--' . $word . '--');