Create a SHA256 or MD5 checksum from a bunch of bytes
public static string GetChecksumFromBytes(Byte[] fileData, string mode)
Parameters
fileData
mode
SHA256,SHA512,MD5
See also:
Class Encryption© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic