1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-21 23:58:07 +00:00

removed unused printf from 21420 test module

This commit is contained in:
Gabriele Gristina 2022-02-13 19:03:24 +01:00
parent 7ea244bba7
commit 21c02b2324

View File

@ -17,7 +17,6 @@ sub module_generate_hash
my $word = shift;
my $salt = shift;
print unpack ("H*", sha256 ($word)), "\n";
my $digest = sha256 ($salt . sha256 ($word));
my $hash = sprintf ("%s:%s", unpack ("H*", $digest), $salt);