File hash calculation tool developed based on C#

NetFileHash

NetFileHash is a file hash calculation tool developed based on C# and supports MD5, SHA1, SHA256, SHA384, and SHA512 algorithms.

Project address: https://github.com/zdsub/NetFileHash

Project demonstration: https://www.bilibili.com/video/BV1Sx4y1Q7tz

Features

  1. Developed based on Net Framework 4.8, single file is only 16KB
  2. Supports MD5, SHA1, SHA256, SHA384, SHA512 algorithms
  3. Supports counting single or multiple files
  4. Supports calculation of single or multiple files through drag and drop
  5. Supports calculation of single or multiple files through startup parameters
  6. Supports block calculation and stop calculation
  7. Supports displaying calculation progress
  8. Supports copying, exporting, and clearing calculation results

Project screenshots

Not calculated

Not calculated

Calculating

Calculating

Calculation completed

Calculation completed

Guess you like

Origin blog.csdn.net/u010044182/article/details/131985326