authenticode
C#: How to detect tampering of authenticode signed file
I\'m trying to write a C# program that verifies the digital signature of exe\'s. The exe\'s are signed with an authenticode certificate, and I want to detect tampering.[详细]
2023-04-09 16:30 分类:问答How can I avoid Authenticode signing third-party libraries in a .NET project in an automated build?
We recently purchased a code-signing certificate and I\'ve been incorporating the code signing step into our automated builds.[详细]
2023-03-18 22:59 分类:问答SignTool error: Access is denied
I am trying to authenticode sign a .NET application with a new code signing certificat开发者_JAVA技巧e on Windows Server 2008 R2 x64 with VS2010 installed, but SignTool keeps responding with Access is[详细]
2023-03-16 04:52 分类:问答How to retrieve and decode a timestamp date property from authenticode signed files in .NET
I recently found here a very informative article about getting various informations from Authenticode signed executables:[详细]
2023-03-06 09:15 分类:问答Should Open-Source Libraries be Digitally Signed
It is a good practice to always sign executable files (exe, dll, ocx, etc.). On the other hand, with an open source project it may considered disregarding the contributions to the project from all oth[详细]
2023-02-25 06:53 分类:问答How to use digital certificate to check the author of a program?
We develop a Win32 program (=host) which allows 3rd party to write plug-ins. As some plug-ins contains valuable piece of code (for example, high quality video scalar), the 3rd parties want to limit th[详细]
2023-02-18 04:16 分类:问答Should I sign my DLLs?
I have a C++ Windows app.I sign our installer and my executable, but I don\'t currently sign my DLLs (such as zlib1.dll).It is not a big deal to sign those as well, but can someone explain what the be[详细]
2023-02-05 16:32 分类:问答How do I modify the "File Description" of an executable using msbuild (or command line)?
I have a 3rd party app that is generating an executable for me, but it\'s putting its own name into the \"File description\" and \"product name\" details of the executable.[详细]
2023-01-22 10:45 分类:问答Why ActiveX "Unknown Publisher" error when using signed certificate?
I have been struggling for days trying to get a simple ActiveX DLL to work with no success despite studying several articles on the subject which I have found online.[详细]
2023-01-19 04:13 分类:问答How do I sign a VSTO deployment?
Client purchased a code-signing certificate, and it came with a .pvk file and a .spc file. I am familiar with the .pvk file, but Visual Studio doesn\'t recognize the .spc file.[详细]
2023-01-18 22:15 分类:问答