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
- Host: GitHub
- URL: https://github.com/kleinrotti/signer
- Owner: Kleinrotti
- License: mit
- Created: 2022-03-14T16:51:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-16T15:15:51.000Z (almost 3 years ago)
- Last Synced: 2023-06-16T16:25:15.336Z (almost 3 years ago)
- Topics: authenticode, certificate, pfx, signing, signtool
- Language: C#
- Homepage:
- Size: 287 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## 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