Quantcast
Channel: VBForums
Viewing all articles
Browse latest Browse all 42269

Getting the checksum of a file

$
0
0
I got this code snippet from msdn. How can implement this function on a complete file.

This is for SHA512

Code:

Dim data(DATA_SIZE) As Byte
Dim result() As Byte
Dim shaM As New SHA512Managed()
result = shaM.ComputeHash(data)


Viewing all articles
Browse latest Browse all 42269


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>