python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Codesign an executable and allow the modification of some bytes
I use signtool.exe to codesign a Windows executable.
Which options of this tool can be used to define that a few bytes should be omitted from the hash calculation, and thus allowing that a digitally s...
tree1234
Votes: 0
Answers: 1
How to get the hash from signtool?
I understand that the Microsoft signtool utility and Powershell Set-AuthenticodeSignature cmdlet generate a hash of the data to be signed and use that to compute the signature. I need to get the hash ...
fhcat
Votes: 0
Answers: 0
Should an authenticode-signed application validate itself, and is it worth the trouble?
My company produces a desktop application, and we are currently assessing the benefits gained by code-signing said desktop application. The application comes pre-installed, and our users are coached, ...
Whosdatdev
Votes: 0
Answers: 0