Tagged Questions
7
votes
3answers
932 views
CAPICOM - Verify SignedCode is from a Trusted Publisher without UI
I'm using CAPICOM in a .NET 3.0 C# app to check an Authenticode signature on an exe file. I need to make sure that the certificate is listed as a Trusted Publisher. Using signedCode.Verify(true) will ...
2
votes
1answer
198 views
How to verify an exe/dll/sys is original from Microsoft?
I need some easy API to verify that a PE file is valid & Microsoft signed just like SignTool. Where should I start? Could this be done with CAPICOM?
1
vote
1answer
625 views
Does Microsoft's CAPICOM ActiveX control support SHA-2?
Our company is switching over from using SHA-1 certificates to SHA-2 certificates.
I noticed that CAPICOM only has a CAPICOM_CERTIFICATE_FIND_SHA1_HASH find method.
Will switching over from SHA-1 to ...
1
vote
1answer
314 views
How to use Microsoft PKCS#9 SignerInfo attributes in a Java application?
In http://msdn.microsoft.com/en-us/library/system.security.cryptography.pkcs(VS.85).aspx we can see that the following digital signature attributes are defined:
Pkcs9ContentType
...
0
votes
0answers
63 views
Digitally signing using CAPICOM.DLL directly?
Today I'm signing EXEs using SignCode/SignTool. I would like to sign using CAPICOM.DLL directly instead.
Anybody has some examples or tutorials on how to do that? Thanks a bunch.