Easy Hash Lookup Tool - .NET Edition September 26, 2024, 11:56:10 AM 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 HereSHA256 Hash: 02A1F7FC65AD4F44AA9F84775B71926380663822D35EC2296FAF9E84587DBA0AScreenshot of Version 0.3:Version: 0.5 Changelog (Oct 21, 2024):Bug fixes for selecting folders in browse dialog boxVersion: 0.4 Changelog (Sep 29, 2024):Enabled support for drag-and-drop folders and subfoldersVersion: 0.3 Changelog (Sep 29, 2024):New iconNew mini mode in settings, drag and drop files into the always on top mini window to get hashed into the normal windowBug fixesVersion: 0.2 Changelog (Sep 26, 2024):Changed default hashing algorithm to SHA256Enabled drag-and-drop supportEnabled support to select multiple files at onceHashing begins automatically after selecting a fileAdded a scrollbar to the text boxEnabled filename display in the text boxAdded “Copy All” and “Clear” buttons Quote Selected Last Edit: October 23, 2024, 03:42:50 PM by Admin