I got this code snippet from msdn. How can implement this function on a complete file.
This is for SHA512
This is for SHA512
Code:
Dim data(DATA_SIZE) As Byte
Dim result() As Byte
Dim shaM As New SHA512Managed()
result = shaM.ComputeHash(data)