C# Class reExp.Utils.EncryptionUtils

Mostra file Open project: ren85/rextester_win

Public Methods

Method Description
CreateMD5Hash ( string input ) : string
EncodeDecode ( byte infoBytes ) : byte[]
FromUserString ( string s ) : byte[]
ToUserString ( byte bytes ) : string

Method Details

CreateMD5Hash() public static method

public static CreateMD5Hash ( string input ) : string
input string
return string

EncodeDecode() public static method

public static EncodeDecode ( byte infoBytes ) : byte[]
infoBytes byte
return byte[]

FromUserString() public static method

public static FromUserString ( string s ) : byte[]
s string
return byte[]

ToUserString() public static method

public static ToUserString ( byte bytes ) : string
bytes byte
return string