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.

Verify signature of PE file

I am trying to verify the certificates/signatures of a a PE file with OpenSSL (or actually with Python, but …

python openssl certificate signature authenticode
EV Code Signing certificate or Code Signing Certificates for Microsoft Authenticode

I developed a free personal finance application. It is a hobby for me. I have it on my website for …

windows code-signing-certificate authenticode
Code signing for an individual for open source projects

I am getting a code signing certificate for my open source projects. I have a couple of questions about them: …

open-source certificate code-signing authenticode
SignTool unexepected internal error

I am running SignTool with the following command: signtool sign /f keyfile.pfx /p mypassword pathToMsiFile.msi and i get …

authenticode signtool
How do I read the digital signature information from a signed .Net assembly?

I am writing an assembly information application to be used in our software build process and am trying to read …

c# x509certificate digital-signature signed authenticode