A very rudimentary file hash calculator.
Go to file
Brandon Scott 299b3073f5 Initial commit. 2017-07-03 01:43:27 -05:00
FileHashCalculator Initial commit. 2017-07-03 01:43:27 -05:00
.gitignore Initial commit. 2017-07-03 01:43:27 -05:00
FileHashCalculator.sln Initial commit. 2017-07-03 01:43:27 -05:00
LICENSE Initial commit. 2017-07-03 01:43:27 -05:00
README.md Initial commit. 2017-07-03 01:43:27 -05:00
Screenshot.png Initial commit. 2017-07-03 01:43:27 -05:00

README.md

File Hash Calculator

Author

Brandon Scott

About

This is a file hash calculator I made to familiarize myself with TransformBlock and TransformFinalBlock, it uses C#, WinForms, and multi-threading. It supports MD5, SHA1, SHA256, SHA384, and SHA512.

Screenshot

Alt text

License

All code in this project is licensed under the MIT license.