I am trying to generate a files MD5 hash.
Essentially how it should work.
I press a browse button on my software to browse which file I want tos can > I select the file I want to scan > and it displays the MD5 hash to a label
here is a visual example of what I am trying to accomplish.
My question is, how do I grab the MD5 hash, I have never seen any code that grabs MD5 hashes from a file so I have no idea how its supposed to be done.