Tagged Questions
Code signing is the process of digitally signing executables and scripts to confirm the software author and guarantee that the code has not been altered or corrupted since it was signed by use of a cryptographic hash. Microsoft Authenticode (TM) is Microsoft's implementation of digitally code signing executables.
12
votes
3answers
134 views
Does code-signing without strong-naming leave your app open to abuse?
Trying to get my head around authenticode code-signing and strong-naming.
Am I right in thinking that if I code-sign an exe that references a few dlls (not strong named) that a malicious user could ...
8
votes
6answers
1k views
Code Signing (Microsoft Authenticode)
I have a program which is used by a large number of people who are not always super computer savvy. I want to make sure that rather than having my executable say it is from an unknown author that it ...
8
votes
6answers
2k views
Which code signing authority should I go with? [closed]
I'm looking at options to buy a code signing certificate for my company. I want it to be usable for MS Authenticode and also for Java and I want it to be trusted with the default trusted authority ...
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 ...
7
votes
2answers
3k views
Validate Authenticode signature on EXE - C++ without CAPICOM
I'm writing a function for an installer DLL to verify the Authenticode signature of EXE files already installed on the system.
The function needs to:
A) verify that the signature is valid.
B) ...
5
votes
2answers
237 views
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 ...
5
votes
3answers
2k views
How to sign installation files of a Visual Studio .msi
This may be a duplicate, though I can't find it at this time. If so please point me in the right direction.
I recently purchased an authenticode certificate from globalsign and am having problems ...
5
votes
2answers
2k views
Disabling authenticode signature verification in .NET exe without app.config
Does anyone know how to disable authenticode signature verification in a .NET executable (to avoid slow startup) without using an application config file? In other words, do this:
...
4
votes
2answers
133 views
Check whether a given executable is digitally signed and valid?
In my C#/.NET application I have to check if a given executable is digitally signed (preferably without Exception testing.)
Then I need to check if its certificate is valid (based on installed root ...
4
votes
1answer
263 views
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 ...
4
votes
1answer
339 views
Verify Authenticode signature as being from our company for automatic updater
I am implementing an automatic update feature and need some advice on how to do this securely using best practices. I would like to use the downloaded file's Authenticode signature to verify that it ...
4
votes
1answer
323 views
.NET: Strong naming vs. Authenticode
Having read about strong names in .NET here, for example, I have the following question:
We have an Authenticode code signing certificate with which we sign all our EXE, DLL and MSI files. The ...
4
votes
2answers
832 views
How do I use signtool.exe correctly in hudson running as a service?
I just purchased a code signing cert (MS authenticode) from THAWTE and have installed it apparently on my build machine. I am logged in as a user and when I open a cmd prompt I can sign EXEs using ...
4
votes
2answers
833 views
MSI - Uninstall gives “Unidentified Publisher”
I have created an MSI installer using Visual Studio 2008. I then sign this with signtool.exe and my authenticode certificate.
On a Vista x64 test PC, when the MSI is run the expected dialog appears ...
3
votes
1answer
91 views
Why are signing keys so expensive?
I was looking into getting an authenticode signing key recently and am shocked by how expensive they are. This got me thinking -- most kinds of signing keys, whether Authenticode, SSL, etc. -- are ...
3
votes
1answer
276 views
Why would a digitally signed executable be treated as unsigned until viewing certificate details
I'm getting a very odd result when running an executable that has been digitally signed.
The executable was signed using signtool.exe using a proper level 2 code signing certificate (not ...
3
votes
1answer
254 views
Verifying authenticode signature upon execution of .NET app
I feel like I'm missing something obvious here, but I don't see it written anywhere.
I sign my executables using an Authenticode certificate, but as I've started to learn a bit more about it, I am ...
3
votes
2answers
637 views
When/why does Internet Explorer block installation of a (signed) ActiveX control?
When the user visits a page that contains a signed ActiveX control that has never been seen before, I'd expect IE to ask the user for permission to install the control. But sometimes IE puts up a ...
3
votes
1answer
1k views
Cryptographic failure while signing assembly '<assemblyname>.dll' – 'Bad Version of Provider'
I purchased an authenticode certificate from a well known provider.
Now I want to strong name an assembly and later on digitally sign it.
This is what I've done so far:
Extracted public key from ...
3
votes
3answers
2k views
Sign every executable with authenticode certificate through MSBuild
I have an authenticode certificate (.pfx) which I use to sign executables.
How can I configure Team Build so that it signs every single executable (.exe, .dll, ...) automatically while building the ...
2
votes
2answers
99 views
Can a .NET assembly be signed using an X509Certificate?
I believe I have a foundational understanding of the X509Certificate and have created certificates and private keys for my Development environment. Getting more acquainted now with the X509Certificate ...
2
votes
2answers
232 views
C - Verify code signatures - Windows API
I need to verify code signatures of binaries. Microsoft Authenticode I think is the term. Is there a sane way to do this using the Windows API?
2
votes
1answer
172 views
What is the best way to check programatically if DLL/EXE file is signed with authenticode?
I do not want to verify the certificate. I want to use this on a build server to check all files and list the one that we may have forgot to sign.
2
votes
1answer
393 views
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.
When I try to load the ...
2
votes
4answers
1k views
Get timestamp from Authenticode Signed files in .NET
We need to verify that binary files are signed properly with digital signature (Authenticode). This can be achieved with signtool.exe pretty easily. However, we need an automatic way that also ...
2
votes
1answer
317 views
Preventing executables with invalid Authenticode signatures from running
We publish an update patch to our software package in a single executable file. The file is signed with an Authenticode digital signature, using the certificate issued to us. The file is downloaded ...
1
vote
2answers
47 views
Strong Naming or Authenticode signing a new assembly
I've been asked by an end user to add "Strong Naming" to one of my components, because they want to reference it from a strong named assembly.
I already have an authenticode certificate, so I'm ...
1
vote
3answers
174 views
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.
I've been able to create a ...
1
vote
1answer
151 views
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.
Our build script has to build both VB6 and .NET projects, so we currently ...
1
vote
2answers
171 views
Detect a digital signature without WinVerifyTrust
I have a large number of EXE files and need to figure out which ones have digital signatures. Does anyone know if there is a way to check without access to WinVerifyTrust (they're all on a Unix ...
1
vote
1answer
144 views
Signing executables for Windows
I develop a desktop application for use on Windows, and was wondering how I can get my executables signed so they stop showing those horrible looking warning messages about being from an unknown ...
1
vote
1answer
80 views
Secure Authenticode key on a build server
I'm trying to figure out how best to set up Authenticode signing at my workplace. The security implications are stressing me out.
My initial thought is that the person who controls the key should ...
1
vote
1answer
913 views
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. I suspect I have several things ...
1
vote
0answers
54 views
Generic approach for signing non-PE files
I know that Windows can intrinsically detect and verify signatures of PEs and some types of text file (.vbs, .ps and .wsf). However I'm curious whether there is a way to somehow attach or associate a ...
1
vote
2answers
269 views
How can I verify signature of a Powershell .ps1 script using C#?
I have some signed .ps1 script, I need to verify they are properly signed from a C# project, is there any algorithm or library to do this?
Thanks!
1
vote
1answer
765 views
How can I sign an ActiveX control with a code signing certificate and be a verified publisher?
I'm trying to sign an ActiveX control with a code signing certificate issued by Thawte. I was able to successfully sign the control using signtool.exe.
When I look at the file properties, it says ...
1
vote
1answer
680 views
Find out if assembly is signed with Authenticode
I use an assembly of a 3rd party vendor. In an older version this assembly used authenticode. This caused the assembly loading to last quiet long. The developer of the vendor told me that the new ...
1
vote
2answers
1k views
What happened to signwizard in signtool of Windows SDK 7.0?
I'm looking for the convenient signwizard in signtool.exe but cannot find it anymore in the Windows SDK 7.0.
Is it in a separate tool now or is there only the CLI left?
1
vote
1answer
298 views
unknown publisher warning on unique downloads
We have an exe file delivered by an ASP.NET application. This binary is actually modified on the fly in memory. Is there any way to sign the modified exe with authenticode in memory without writing ...
1
vote
2answers
819 views
How to verify a binary signed with a self-signed certificate?
We want to add automatic software updates to our application, but our company isn't yet ready to buy a code-signing certificate from a trusted root CA, so we'll be using a self-signed certificate to ...
0
votes
1answer
22 views
Can I sign an .exe that launches another?
I'm developing an installer (an .exe) that extracts and launches another installer. If I use an Authenticode certificate to sign the first .exe, does the embedded installer need to be signed too? I ...
0
votes
1answer
35 views
.Net Code Signing - Can I use an AD Certificate?
I am working on an internal project which uses a bunch of OLEDB Providers some of them has a UI. The biggest challenge is that I need to request uiAccess=true in the manifest which only is possible on ...
0
votes
1answer
173 views
SignTool unexepected internal error
I am running SignTool with the following command:
signtool sign /f keyfile.pfx /p mypassword pathToMsiFile.msi
and i get the following error:
SignTool Error: An unexpected internal error has ...
0
votes
1answer
193 views
SignTool error: Access is denied
I am trying to authenticode sign a .NET application with a new code signing certificate on Windows Server 2008 R2 x64 with VS2010 installed, but SignTool keeps responding with Access is denied:
...
0
votes
1answer
137 views
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:
Get timestamp from Authenticode Signed files in .NET
I managed how to ...
0
votes
1answer
101 views
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 ...
0
votes
0answers
310 views
Certificate Revocation List not found by Windows
I made my own CA for Authenticode to be used by third party developers for an application I'm writing. I want to make sure that I can revoke certificates, and am testing the CRL behavior of my CA and ...
0
votes
1answer
264 views
SignTool Error: File not found - pfx
I am using signtool.exe to sign binaries with the PFX file.
But when I try to execute the command through command line, an error message is displayed.
SignTool Error: File not found: D:\Myfile.Pfx
...
0
votes
1answer
133 views
Clickonce signing does not apply timestamp
I am trying to sign a Clickonce deployment (in Visual Studio 2008) for a Microsoft Outlook 2007 AddIn. On the 'Signing' tab of the project properties I have specified my certificate and a timestamp ...
0
votes
1answer
84 views
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.
When I sign these with ...