C# 클래스 Poehoe.Crypto

파일 보기 프로젝트 열기: puckipedia/MagisterAPI

공개 메소드들

메소드 설명
CryptPass ( string User ) : string
DecryptResponse ( byte Data, string Key = null ) : string
DecryptResponse ( string Data, string Key = null ) : string
EncryptRequest ( Request Req, string Key = null ) : byte[]
GetHexVal ( char hex ) : int
StringToByteArrayFastest ( string hex ) : byte[]

메소드 상세

CryptPass() 공개 정적인 메소드

public static CryptPass ( string User ) : string
User string
리턴 string

DecryptResponse() 공개 정적인 메소드

public static DecryptResponse ( byte Data, string Key = null ) : string
Data byte
Key string
리턴 string

DecryptResponse() 공개 정적인 메소드

public static DecryptResponse ( string Data, string Key = null ) : string
Data string
Key string
리턴 string

EncryptRequest() 공개 정적인 메소드

public static EncryptRequest ( Request Req, string Key = null ) : byte[]
Req Request
Key string
리턴 byte[]

GetHexVal() 공개 정적인 메소드

public static GetHexVal ( char hex ) : int
hex char
리턴 int

StringToByteArrayFastest() 공개 정적인 메소드

public static StringToByteArrayFastest ( string hex ) : byte[]
hex string
리턴 byte[]