C# Class libTKM.TKMDecrypt

Mostra file Open project: eoner/libTKM Class Usage Examples

Public Methods

Method Description
Decrypt0 ( string cipherText, string key ) : string
Decrypt1 ( string cipherText, string key ) : string

TKMDecryptV12

Decrypt2 ( string cipherText ) : string

Protected Methods

Method Description
convertFromHexStr ( string param1, int param2 ) : string
deShuffleHexStr ( string param1, string param2, int param3, int param4 ) : string

Method Details

Decrypt0() public static method

public static Decrypt0 ( string cipherText, string key ) : string
cipherText string
key string
return string

Decrypt1() public static method

TKMDecryptV12
public static Decrypt1 ( string cipherText, string key ) : string
cipherText string
key string
return string

Decrypt2() public static method

public static Decrypt2 ( string cipherText ) : string
cipherText string
return string

convertFromHexStr() protected static method

protected static convertFromHexStr ( string param1, int param2 ) : string
param1 string
param2 int
return string

deShuffleHexStr() protected static method

protected static deShuffleHexStr ( string param1, string param2, int param3, int param4 ) : string
param1 string
param2 string
param3 int
param4 int
return string