mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 08:08:10 +00:00
removed unused printf from 21420 test module
This commit is contained in:
parent
7ea244bba7
commit
21c02b2324
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user