C# 클래스 ClientLauncher.LauncherEncryption

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

공개 메소드들

메소드 설명
CompareArrays ( byte arFirstArray, byte arSecondArray ) : bool

Compares the bytes in two arrays to check for equality

Decrypt ( byte arDecryptMe ) : byte[]
Encrypt ( byte arEncryptMe ) : byte[]
LauncherEncryption ( ) : System
MD5Bytes ( byte arInputBytes ) : byte[]

비공개 메소드들

메소드 설명
EncryptDecrypt ( byte arCryptoBytes, CryptographicDirection theDirection ) : byte[]

메소드 상세

CompareArrays() 공개 메소드

Compares the bytes in two arrays to check for equality
public CompareArrays ( byte arFirstArray, byte arSecondArray ) : bool
arFirstArray byte
arSecondArray byte
리턴 bool

Decrypt() 공개 메소드

public Decrypt ( byte arDecryptMe ) : byte[]
arDecryptMe byte
리턴 byte[]

Encrypt() 공개 메소드

public Encrypt ( byte arEncryptMe ) : byte[]
arEncryptMe byte
리턴 byte[]

LauncherEncryption() 공개 메소드

public LauncherEncryption ( ) : System
리턴 System

MD5Bytes() 공개 메소드

public MD5Bytes ( byte arInputBytes ) : byte[]
arInputBytes byte
리턴 byte[]