-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# HashTools | ||
This is just a very simple GUI utility tool for windows i've been using to generate and verify various types of hashes for files. This tool is symply an abstraction of the certutil coomandline tool available in windows os itself and nothing fancy. I just added it if anyone finds it useful. | ||
|
||
# How to use | ||
1. You can open the application and browse for a file | ||
2. Drag and drop a file into an open application or | ||
3. You can use the menu setting button in the application to add an option in file explorer context menu, and simply right click a file and select 'Open in Hash Tools' option from the menu | ||
|
||
# Dependencies | ||
- Windows Script Host Object Model COM library | ||
|
||
# Framework | ||
.NET Framework >= 4.8 |