You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<metaname="description" content="Jsign : Pure Java implementation of Microsoft Authenticode for signing Windows executable files, Microsoft Installers (MSI), Cabinet files (CAB), Catalog files (CAT) and scripts (PowerShell, VBScript, JScript, WSF)" />
7
+
<metaname="description" content="Jsign : Pure Java implementation of Microsoft Authenticode for signing Windows executable files, Microsoft Installers (MSI), Cabinet files (CAB), Catalog files (CAT), Windows packages (APPX/MSIX) and scripts (PowerShell, VBScript, JScript, WSF)" />
independent and provides an alternative to native tools like <em>signcode/signtool</em>
40
+
Catalog files (CAT), Windows packages (APPX/MSIX) and scripts (PowerShell, VBScript, JScript, WSF).
41
+
Jsign is platform independent and provides an alternative to native tools like <em>signcode/signtool</em>
42
42
on Windows or the Mono development tools on Unix systems.</p>
43
43
44
44
<p>Jsign comes as an easy to use task/plugin for the main build systems (Maven,
@@ -56,7 +56,7 @@ <h2 id="project_tagline">Java implementation of Microsoft Authenticode <br class
56
56
<h3>Features</h3>
57
57
58
58
<ul>
59
-
<li>Platform independent signing of Windows executables, DLLs, Microsoft Installers (MSI), Cabinet files (CAB), Catalog files (CAT) and scripts (PowerShell, VBScript, JScript, WSF)</li>
59
+
<li>Platform independent signing of Windows executables, DLLs, Microsoft Installers (MSI), Cabinet files (CAB), Catalog files (CAT), Windows packages (APPX/MSIX) and scripts (PowerShell, VBScript, JScript, WSF)</li>
60
60
<li>Timestamping with retries and fallback on alternative servers (RFC 3161 and Authenticode protocols supported)</li>
61
61
<li>Supports multiple signatures per file, for all file types</li>
62
62
<li>Extracts and embeds detached signatures to support <ahref="https://reproducible-builds.org/docs/embedded-signatures/">reproducible builds</a></li>
0 commit comments