Skip to main content
Topic: Easy Hash Lookup Tool - .NET Edition (Read 40 times) previous topic - next topic

Easy Hash Lookup Tool - .NET Edition

This software is designed to calculate and display the cryptographic hash values of selected files. Here’s a brief overview of its features:

File Selection: You can select one or multiple files either by browsing through a file dialog or by dragging and dropping files into the application.
Hash Algorithms: The software supports various hashing algorithms, including SHA1, SHA256, SHA384, SHA512, MACTripleDES, MD5, and RIPEMD160. You can choose the desired algorithm from a dropdown menu.
Automatic Hashing: Once you select or drop files, the hashing process begins automatically, and the results are displayed in the text box.
Filename Display: The application displays the filename along with its corresponding hash value.
Scrollable Text Box: The results are shown in a scrollable text box, making it easy to view multiple hash values.
Copy and Clear: There are buttons to copy all the hash results to the clipboard and to clear the text box.
This tool is particularly useful for verifying file integrity and ensuring that files have not been tampered with.

Download Here
SHA256 Hash: 02A1F7FC65AD4F44AA9F84775B71926380663822D35EC2296FAF9E84587DBA0A

Screenshot of Version 0.3:


Version: 0.5 Changelog (Oct 21, 2024):
Bug fixes for selecting folders in browse dialog box

Version: 0.4 Changelog (Sep 29, 2024):
Enabled support for drag-and-drop folders and subfolders

Version: 0.3 Changelog (Sep 29, 2024):
New icon
New mini mode in settings, drag and drop files into the always on top mini window to get hashed into the normal window
Bug fixes

Version: 0.2 Changelog (Sep 26, 2024):
Changed default hashing algorithm to SHA256
Enabled drag-and-drop support
Enabled support to select multiple files at once
Hashing begins automatically after selecting a file
Added a scrollbar to the text box
Enabled filename display in the text box
Added “Copy All” and “Clear” buttons