Bring back comparison of hashlist in crackfile
This commit is contained in:
@@ -31,9 +31,11 @@ sub module_verify_hash
|
||||
return unless defined $hash;
|
||||
return unless defined $word;
|
||||
|
||||
$word = pack_if_HEX_notation ($word);
|
||||
my $word_packed = pack_if_HEX_notation ($word);
|
||||
|
||||
return module_generate_hash ($word);
|
||||
my $new_hash = module_generate_hash ($word_packed);
|
||||
|
||||
return ($new_hash, $word);
|
||||
}
|
||||
|
||||
1;
|
||||
|
||||
Reference in New Issue
Block a user