Skip to content

phofman/signature

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
res
 
 
src
 
 
 
 
 
 
 
 
 
 

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages