메소드 | 설명 | |
---|---|---|
CryptPass ( string User ) : string | ||
DecryptResponse ( byte Data, string Key = null ) : string | ||
DecryptResponse ( string Data, string Key = null ) : string | ||
EncryptRequest ( |
||
GetHexVal ( char hex ) : int | ||
StringToByteArrayFastest ( string hex ) : byte[] |
public static DecryptResponse ( byte Data, string Key = null ) : string | ||
Data | byte | |
Key | string | |
리턴 | string |
public static DecryptResponse ( string Data, string Key = null ) : string | ||
Data | string | |
Key | string | |
리턴 | string |
public static EncryptRequest ( |
||
Req | ||
Key | string | |
리턴 | byte[] |
public static StringToByteArrayFastest ( string hex ) : byte[] | ||
hex | string | |
리턴 | byte[] |