Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.78 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.78 KB

CodeTitans Signature Project

Utility tool to help digitally sign applications (binaries) on Windows.

Build status

Overview

As an author of any command-line tool, driver or Visual Studio plugin it might be required to confirm its origin by putting a digital signature inside. Unfortunatelly its not as easy as could be on Windows and this utility tries to fill the gap. It provides an easy-to-use UI to let specify the binary and certificate (installed or from .pfx file) to complete the process.

It has been inspired by some questions about signing projects available on StackOverflow.com and Jeff Wilcox's post about VSIX post-processing.

Certificate

For open-source projects you can get a free 1-year valid code-signing certificate from Certum.pl.

Usage

Picture worth more than a thousand words.

Screenshot

  1. name the binary to sign (Ctrl+O)
  2. select certificate (by using filter to find the installed one or by specifying path to .pfx file and password)
  3. click Sign button (Ctrl+S)
  4. navigate to result (Ctrl+R)

Requirements

Microsoft .NET Framework 4.5

Download

Latest compiled version of this tool is available at 'Releases' section.

Contribution

Feel free to fire a feature request using 'Issues' panel and I will try to add it for benefit of all.