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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,16 @@ Main tool GUI
81
81
- Support for both 32-bit and 64-bit architectures.
82
82
- Option to save and load configuration settings for ease of use.
83
83
- Comprehensive error handling and user notifications.
84
+
- Machine-specific password encryption: Passwords are now encrypted using AES-256 with machine-specific keys, making encrypted data only decryptable on the original machine
85
+
- Automatic password migration: Seamlessly upgrades old encrypted passwords to the new secure format
86
+
- Advanced key derivation: Uses PBKDF2 with 100,000 iterations for enhanced security
87
+
- Advanced Timestamp Server Management:
88
+
- Real-time certificate monitoring: Track certificate expiration dates and health status
89
+
- Centralized timestamp server configuration: Dedicated management interface for timestamp servers/endpoints
90
+
- Automatic failover: Smart failover to backup servers when primary servers are unavailable
91
+
- Server prioritization: Configure priority order and enable/disable individual servers
92
+
- and more...
93
+
84
94
85
95
## To do list
86
96
-[ ] 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.
0 commit comments