C# Class CryptoHelper, CrabBattle

Datei anzeigen Open project: tomoprime/CrabBattle Class Usage Examples

Public Methods

Method Description
GetMd5 ( String path ) : string
GetMd5ByteArray ( byte data ) : byte[]
GetMd5ByteArrayString ( String instr ) : byte[]
GetMd5String ( String instr ) : string
GetMd5String ( byte data ) : string

Method Details

GetMd5() public static method

public static GetMd5 ( String path ) : string
path String
return string

GetMd5ByteArray() public static method

public static GetMd5ByteArray ( byte data ) : byte[]
data byte
return byte[]

GetMd5ByteArrayString() public static method

public static GetMd5ByteArrayString ( String instr ) : byte[]
instr String
return byte[]

GetMd5String() public static method

public static GetMd5String ( String instr ) : string
instr String
return string

GetMd5String() public static method

public static GetMd5String ( byte data ) : string
data byte
return string