C# Class TSTool.DataProtection

Mostra file Open project: brightideainc/TSTool

Public Methods

Method Description
PrintValues ( Byte myArr ) : void
Protect ( string data ) : string
Unprotect ( string data ) : string

Method Details

PrintValues() public static method

public static PrintValues ( Byte myArr ) : void
myArr Byte
return void

Protect() public static method

public static Protect ( string data ) : string
data string
return string

Unprotect() public static method

public static Unprotect ( string data ) : string
data string
return string