An open API service indexing awesome lists of open source software.

https://github.com/kleinrotti/signer

Portable tool to digitally sign files
https://github.com/kleinrotti/signer

authenticode certificate pfx signing signtool

Last synced: 3 months ago
JSON representation

Portable tool to digitally sign files

Awesome Lists containing this project

README

          

# Signer

Utility to bulk sign files with a certificate (pfx) or with a certificate which is in the certificate store.

![alt text](https://github.com/Kleinrotti/Signer/blob/main/img.JPG)

## Features

- High performance folder scan for bulk signing in large projects
- Adjustable search pattern to include only specific files in folder scan
- Inspect signature of scanned files
- Support for SHA1, SHA256, SHA384, SHA512
- Set timestamp server
- Choose between Authenticode or RFC3161 timestamping
- Certificate can be PFX or in Windows Certificate Store

## Supported file types

- .CAB, PE formats (.EXE, .DLL, etc) , .CAT, .MSI,.OCX, .PS1, .PSM1, .PSD1, .PS1XML, .PSC1

## Requirements

- Windows 8/Server 2012 or higher
- .NET 6 runtime