file-hash-calculator/README.md

17 lines
398 B
Markdown
Raw Permalink Normal View History

2017-07-03 01:43:27 -05:00
# 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](/Screenshot.png?raw=true "Screenshot")
## License
All code in this project is licensed under the MIT license.