Skip to content
This repository has been archived by the owner on Sep 17, 2020. It is now read-only.
/ CSharp-Checksum Public archive

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/CSharp-Checksum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2302302 · Sep 17, 2020

History

14 Commits
Apr 19, 2020
Apr 19, 2020
Feb 21, 2019
Apr 19, 2020
Apr 19, 2020
Apr 19, 2020
Apr 19, 2020
Apr 19, 2020
Dec 7, 2018
Apr 19, 2020
Sep 17, 2020
Jan 8, 2019

Repository files navigation

CSharp Checksum CodeFactor

NOTICE because some mistake when i try github desktop, this repo will archived and i will create new repo for this.

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

Getting Started

Prerequisites

Before build this project you need to add reference:

To do

  • Compare file with hash value from text file
  • More hash function
  • Hash multiple file

Build with

Credits

Thanks to Portable.BouncyCastle