python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How is SafeNet eToken 5110 different from SafeNet eToken 5100?
My EV code signing certificate is expiring, and I'm thinking about changing provider. However the new provider(Trust zone) is providing a SafeNet eToken 5100, the one I have now is a SafeNet eToken 51...
DaniFlex
Votes: 0
Answers: 1
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
SignTool: can't sign XLSM (DOCM)
I have a litte problem with Microsoft SignTool.exe.
I have installed Windows 10 SDKs and
Office SIPs to support macro enabled documents. Then I followed readme to activate dlls and made all the change...
Dmytro
Votes: 0
Answers: 3
How to sign exe file using signtool from windows
When I try to sign my exe file using signtool from windows, I used this command in a command line:
C:\Program Files (x86)\Windows Kits\10\bin\10.0.22000.0\x86>SignTool sign /debug /fd SHA1 /a /f ce...
kamazz
Votes: 0
Answers: 0