mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-05 23:10:00 +00:00
removed print statement
This commit is contained in:
parent
c91b61e237
commit
021f23cfad
@ -241,7 +241,7 @@ sub module_generate_hash
|
||||
#printf("\$u = %s\n", unpack ("H*", $u));
|
||||
|
||||
my $hash = sprintf ('$pdf$%d*%d*128*%d*%d*16*%s*32*%s*32*%s', $V, $R, $P, $enc, $id, unpack ("H*", $u), unpack ("H*", $o));
|
||||
print("hash\n".$hash."\n");
|
||||
#print("hash\n".$hash."\n");
|
||||
return $hash;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user