Authenticode signature
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Security }} '''Authenticode''' is a code-signing system used by Microsoft Windows. By '''Authenticode signature''', we mean the set...") |
Latest revision as of 18:06, 7 August 2017
Authenticode is a code-signing system used by Microsoft Windows. By Authenticode signature, we mean the set of changes that must be made to a file to digitally sign it. The main change is to embed a digital certificate, usually a DER-encoded PKCS#7 certificate.
Only a few file formats are supported, mainly PE and CAB.
[edit] Specifications
[edit] Software
- SignTool
- Authenticode signature data extraction tool
- Microsoft Windows can display and export signature information. E.g. right-click on a signed file in Explorer, choose Properties → Digital Signatures → etc.