Skip to content

A simple file checksum for windows, support SHA-1, SHA-256, SHA-512, Blake2b, SHA-3

License

Notifications You must be signed in to change notification settings

Shiroechi/CSharpChecksum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSharpChecksum CodeFactor

A simple file checksum for windows using Portable.BouncyCastle for hash function.

There's a limit to the size of file to hash, you can change it in the aplication setting.

remember the bigger the file size the slower it is

Supported hash function

Existing Feature

  • Hash single file
  • Compare file with hash value
  • Save hash value to a file
  • Cancel the currently running hash process
  • Compare file with hash value from text file

Getting Started

Prerequisites

Before build this project you need to add reference:

To do

  • More hash function
  • Hash multiple file

Build with

Credits

Thanks to Portable.BouncyCastle

About

A simple file checksum for windows, support SHA-1, SHA-256, SHA-512, Blake2b, SHA-3

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages