Skip to content

Releases: luoji12/HashTool

v1.0.0 – High-Performance Parallel File Hash Verification Tool

06 Feb 17:12

Choose a tag to compare

HashTool v1.0.0 🎉

Release Date / 发布日期: 2026-02-07

✨ Highlights | 亮点

🚀 Parallel file hash verification with MD5 / SHA256
多文件并行哈希校验,显著提升大量文件处理效率

🎨 Brand-new WPF UI
全新现代化 WPF 界面,操作更直观

⚙️ Smart multithreading
自动根据 CPU 核心数匹配线程,支持手动调节

📂 Drag & drop + batch processing
支持文件/文件夹拖拽与批量校验

📋 Export & copy results
支持结果导出与一键复制,方便留存与对比

🔧 Improvements | 改进

Improved hash output formatting and readability
优化哈希输出格式,结果更清晰易读

UI polishing with theme support
UI 美化并新增主题支持

Enhanced error handling and stability
改进异常处理,提升整体稳定性

⚠️ Notes | 注意事项

Requires Windows 10.0.17763.0 or later
仅支持 Windows 10.0.17763.0 及以上系统

Migrated to .NET 10.0 (legacy .NET Framework no longer supported)
已升级至 .NET 10.0,不再支持旧版 .NET Framework

⭐ If you find HashTool useful, consider giving it a star!
⭐ 如果这个工具对你有帮助,欢迎点个 Star 支持一下!

v0.2.10 Demo – HashTool Core Hashing Demo (MD5 / SHA256, C++ Backend)

06 Feb 17:03

Choose a tag to compare

HashTool Demo v0.2.10 🧪

Release Date / 发布日期: 2026-02-06

✨ Features | 新增功能
🔐 Hash Calculation

哈希计算功能

Supports calculating MD5 and SHA256 hashes for input files

Multiple files can be processed simultaneously

支持对输入文件计算 MD5 和 SHA256 哈希值

支持 多文件同时计算

🖥️ Graphical User Interface

图形界面

Simple and easy-to-use graphical interface

Supports file selection and clear display of hash results

提供简洁易用的图形界面

支持文件选择并直观显示计算结果

⚙️ Algorithm Selection

算法选择

Users can choose MD5, SHA256, or calculate both at the same time

用户可选择计算 MD5、SHA256,或同时计算两种算法

🔧 Notes | 变更说明

This Demo program showcases the core functionality of HashTool

MD5 and SHA256 hash algorithms have been fully integrated

File hashing logic in this Demo is implemented using C++ and exposed for use in the application

The Demo is designed to run in a Windows environment

本 Demo 程序用于演示 HashTool 的核心功能

已集成 MD5 与 SHA256 哈希计算方法

文件哈希计算核心使用 C++ 构建,并在程序中进行调用

Demo 版本主要面向 Windows 平台运行

⚠️ Known Issues | 已知问题

This version only supports Windows x64

Other platforms and architectures are not supported at this time

当前版本仅支持 Windows x64 操作系统

暂不支持其他平台或架构

⭐ This Demo is intended for functional demonstration and testing purposes.
⭐ 本 Demo 版本主要用于功能演示与测试。