C# 클래스 libTKM.TKMDecrypt

파일 보기 프로젝트 열기: eoner/libTKM 1 사용 예제들

공개 메소드들

메소드 설명
Decrypt0 ( string cipherText, string key ) : string
Decrypt1 ( string cipherText, string key ) : string

TKMDecryptV12

Decrypt2 ( string cipherText ) : string

보호된 메소드들

메소드 설명
convertFromHexStr ( string param1, int param2 ) : string
deShuffleHexStr ( string param1, string param2, int param3, int param4 ) : string

메소드 상세

Decrypt0() 공개 정적인 메소드

public static Decrypt0 ( string cipherText, string key ) : string
cipherText string
key string
리턴 string

Decrypt1() 공개 정적인 메소드

TKMDecryptV12
public static Decrypt1 ( string cipherText, string key ) : string
cipherText string
key string
리턴 string

Decrypt2() 공개 정적인 메소드

public static Decrypt2 ( string cipherText ) : string
cipherText string
리턴 string

convertFromHexStr() 보호된 정적인 메소드

protected static convertFromHexStr ( string param1, int param2 ) : string
param1 string
param2 int
리턴 string

deShuffleHexStr() 보호된 정적인 메소드

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