Skip to content

Releases: yuman07/Hasher

Hasher v1.0.0

19 Apr 09:02

Choose a tag to compare

New features

  • Multiple hash algorithms — MD5, SHA-1, SHA-256, SHA-512; toggle any combination in settings
  • Hash verification — paste an expected hash on a file card; the algorithm is auto-detected by length, matches are highlighted in green and mismatches in red
  • Drag & drop or click — drop files onto the window or click to open the file picker
  • Batch processing — handle multiple files concurrently with a per-file progress bar
  • Parallel hashing — one OS thread per algorithm sharing a single memory-mapped read, ~2.3 MB binary
  • Automatic theme — follows the system dark/light preference and updates live when the OS theme changes
  • Automatic language — UI language tracks the OS locale and updates live when the system language changes

新功能

  • 多哈希算法 — 支持 MD5、SHA-1、SHA-256、SHA-512;可在设置中任意组合开关
  • 哈希校验 — 在文件卡片粘贴预期哈希,按长度自动识别算法,匹配高亮绿色、不匹配标红
  • 拖拽或点击 — 拖入文件或点击打开文件选择器
  • 批量处理 — 并发处理多个文件,每个文件独立进度条
  • 并行哈希 — 每种算法一个 OS 线程,共享同一次内存映射读取,产物约 2.3 MB
  • 自动主题 — 跟随系统深色 / 浅色设置,OS 主题切换时实时更新
  • 自动语言 — UI 语言跟随系统 locale,系统语言切换时实时更新