Tagged Questions
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
797 views
Capicom 3des: 2 key or 3 key?
Much searching and reading has not told me whether the capicom.encrypteddata class module (it's VB6, but that shouldn't matter in answering this question) is using 2-key 3DES or 3-key 3DES. ...
0
votes
0answers
61 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.