How can I securely pass the password to signtool.exe?
Here's the code:
[Setup]
SignTool=mysigntool signtool.exe" sign /f <path_to_pfx_certificate> /p <certificate's_password> $f
I know there's a method like GetSHA1OfString, but here I need the opposite.