You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,17 +44,15 @@ Outline the file contents of the repository. It helps users navigate the codebas
44
44
# Introduction
45
45
This tool is a user-friendly Graphical User Interface (GUI) tool that simplifies and streamlines the process of digitally signing files using Microsoft's signtool.exe. This tool is designed to provide a straightforward interface, enabling users to apply digital signatures to software executables, drivers, DLLs, and other file types effortlessly.
46
46
47
-
48
47

49
48
50
-
51
49
## Features
52
-
- Intuitive User Interface: SignToolGUI offers an intuitive and user-friendly interface, eliminating the need for complex command-line inputs associated with signtool.exe. Users can easily navigate through the signing process.
50
+
- Intuitive user interface: **SignToolGUI** offers an intuitive and user-friendly interface, eliminating the need for complex command-line inputs associated with signtool.exe. Users can easily navigate through the signing process.
53
51
- Supports .pfx certificates, Windows Certificate Store certificates (with private keys) and Microsoft Trusted Signing (more can be added over time...)
54
-
- File Selection and Management: Users can select single or multiple files for signing through a simple file explorer interface. Drag-and-drop functionality allows for convenient file selection.
55
-
- Certificate Management: SignToolGUI facilitates easy management of digital certificates required for signing. Users can import or select certificates directly within the tool.
56
-
- Logging and Error Handling: SignToolGUI provides detailed logging of the signing process, making it easy to track and troubleshoot any issues that may arise during signing.
57
-
- Batch Signing Support: Users can efficiently sign multiple files in a batch, reducing the time and effort required for signing large projects or collections of files.
52
+
-**File selection and management**: Users can select single or multiple files for signing through a simple file explorer interface. Drag-and-drop functionality allows for convenient file selection.
53
+
-**Certificate Management**: SignToolGUI facilitates easy management of digital certificates required for signing. Users can import or select certificates directly within the tool.
54
+
-**Logging and error handling**: SignToolGUI provides detailed logging of the signing process, making it easy to track and troubleshoot any issues that may arise during signing.
55
+
-**Batch signing support**: Users can efficiently sign multiple files in a batch, reducing the time and effort required for signing large projects or collections of files.
58
56
59
57
## To do list
60
58
-[ ] Soon... Verification and Validation: After signing, SignToolGUI allows users to verify and validate the digital signatures to ensure the integrity and authenticity of the signed files.
@@ -76,13 +74,11 @@ This tool is a user-friendly Graphical User Interface (GUI) tool that simplifies
You can either clone this repository and build the project yourself.
78
+
You can either clone this repository and build the project yourself or via provided installer (soon...).
82
79
83
80
## Usage
84
81
85
-
86
82
# Final thoughts
87
83
SignTool GUI empowers users with a convenient and efficient means to apply digital signatures using Microsoft's signtool.exe, enhancing file security and trustworthiness within software development workflows.
0 commit comments