To totally unlock this section you need to Log-in
Login
This code shows you how to calculate an MD5 hash of a file. This is useful to check for duplicate files, even if files have been renamed. You could even easily display the result on a form (label) on a classic Windows Form, if you want.
Instruction
Start a new windows form and replace all code with code below. Add 1 button to the form. Make sure that there is a file called "test.txt" in the same folder as your exe.
To totally unlock this section you need to Log-in
Login
Create MD5 hash of a file in VB.net (Visual Studio) http://heelpbook.altervista.org/2013/create-md5-hash-of-a-file-in-vb-net-visual-studio/ – 13:30 – Check your files for integrity!