SpringCard LibCs for .NET  18.10.10
A set of utilities to simplify the development of .NET application
SpringCard.LibCs.MD5 Class Reference

MD5 hash. More...

Static Public Member Functions

static byte [] Hash (byte[] input)
 Compute the MD5 hash of an array of bytes.
 
static byte [] Hash (string input, Encoding encoding=null)
 Compute the MD5 hash of a string.
 
static string HashToHex (string input, Encoding encoding=null)
 Compute the MD5 hash of a string, and returns it as an hexadecimal string.
 
static byte [] HashFile (string FileName)
 Compute the MD5 hash of a file.
 
static string HashFileToHex (string FileName)
 Compute the MD5 hash of a file, and returns it as an hexadecimal string.
 
static string ReadMd5sumOutputHex (string Md5SumOutputFile, string FileName=null)
 Read the MD5 of a file from a file created by md5sum.
 

Detailed Description

MD5 hash.


The documentation for this class was generated from the following file: