Skip to content

markpahulje/GUI-for-AzureTrustedSigning

Repository files navigation

GUI for AzureTrustedSigning

Graphical User Interface for Microsoft Azure Trusted Signing to code sign your local application, ported to Net 4.8 Framework from GUI-for-ATS

Instructions

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)

📌 Overview

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.

🔐 Security Advantage

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.

GUI Screenshot

🔧 Requirements

🚀 Usage

  1. Download the source code and start the project with Visual Studio.
  2. Enter your own random values for PasswordHash, SaltKey and VIKey in the Helper.cs file.
  3. Create the application.
  4. Launch the application.
  5. Enter your Azure Trusted Signing credentials.
  6. Select all necessary files.
  7. Select the file you want to sign.
  8. Start the signing process.

📝 License

This project is licensed under the MIT License.

About

.Net 4.8 Port of GUI-for-ATS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages