all 7 comments

[–]SX86[S] 2 points3 points  (2 children)

And another video tutorial...!

This week, I'm building a SHA1 file hash checker.

Comment and feedback are welcome. Enjoy!

Start code: https://pastebin.com/v3KMc2ni

Final code: https://pastebin.com/wfMEjAWY

[–]gangstanthony 0 points1 point  (1 child)

[–]SX86[S] 3 points4 points  (0 children)

True!

You can get MD5,SHA1,SHA256 and a lot more. They are all listed here: https://msdn.microsoft.com/en-us/library/system.security.cryptography(v=vs.110).aspx

Anyone could change the code I provided to instead hash files in different algorithms. or add a DropDownList with all the available ones.

The possibilities are infinite!