Skip to content

Commit

Permalink
added README file
Browse files Browse the repository at this point in the history
  • Loading branch information
bam-t authored Apr 21, 2022
1 parent c9b3757 commit c0fef05
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
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

0 comments on commit c0fef05

Please sign in to comment.