Graphical User Interface for Microsoft Azure Trusted Signing to code sign your local application, ported to Net 4.8 Framework from GUI-for-ATS
ORG - Code signing on Windows with Azure Trusted Signing · Melatonin
Improved - Fighting through Setting up Microsoft Trusted Signing - Rick Strahl's Web Log (west-wind.com)
GUI for ATS is a user-friendly graphical interface that simplifies the use of Microsoft Azure Trusted Signing. It streamlines the process of signing files, making it easier for developers and businesses to integrate secure code signing into their workflow.
The main advantage of this application is that you do not need to create the environment variables
AZURE_CLIENT_ID, AZURE_TENANT_ID, and AZURE_CLIENT_SECRET.
This data is securely stored in encrypted form after you enter it and is only used in plaintext during the signing process.
- Windows 10 / 11
- Microsoft Visual Studio 2019+ to create the application
- .NET 4.8 Runtime
- Azure Trusted Signing account: https://learn.microsoft.com/en-us/azure/trusted-signing/quickstart
- Download the source code and start the project with Visual Studio.
- Enter your own random values for PasswordHash, SaltKey and VIKey in the Helper.cs file.
- Create the application.
- Launch the application.
- Enter your Azure Trusted Signing credentials.
- Select all necessary files.
- Select the file you want to sign.
- Start the signing process.
This project is licensed under the MIT License.
