Top "Authenticode" 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.

Getting around Chrome's Malicious File Warning

I created an application which comprises a number of *.exe files. I've packaged these up into an NSIS installer which …

google-chrome download executable signing authenticode
Code signing (Microsoft Authenticode)

I have a program which is used by a large number of people who are not always super computer savvy. …

certificate code-signing authenticode
Automate Extended Validation (EV) code signing

We recently purchased a DigiCert EV code signing certificate. We are able to sign .exe files using signtool.exe. However, …

passwords code-signing authenticode code-signing-certificate
signtool failing to dual sign SHA2 and SHA1 with timestamps

We need to dual sign our binaries with SHA1 and SHA2 using signtool.exe, our certificate supports 256-bit SHA2. Using …

windows sha256 authenticode signtool verisign
How to sign installation files of a Visual Studio .msi

I recently purchased an authenticode certificate from globalsign and am having problems signing my files for deployment. There are a …

c# visual-studio-2008 authenticode code-signing-certificate
Sign every executable with an Authenticode certificate through MSBuild

I have an Authenticode certificate (.pfx) which I use to sign executables. How can I configure Team Build so that …

msbuild certificate tfsbuild authenticode
Signed INF driver works on the computer where it was signed, not others

My company purchased a Driver Signing Certificate from Go Daddy. I used it to sign a simple INF file that …

windows driver authenticode inf driver-signing
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.…

c# .net certificate signature authenticode
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. …

hudson code-signing authenticode
Is there any way to check for digital signature on a file programmatically in Powershell?

I've a build script which signs a file with a digital certificate (Microsoft Authenticode). I want to create a test …

powershell command-line authenticode