C# Class ClientLauncher.LauncherEncryption

Afficher le fichier Open project: swganhtools/swganhclientlauncher Class Usage Examples

Méthodes publiques

Méthode Description
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[]

Private Methods

Méthode Description
EncryptDecrypt ( byte arCryptoBytes, CryptographicDirection theDirection ) : byte[]

Method Details

CompareArrays() public méthode

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

Decrypt() public méthode

public Decrypt ( byte arDecryptMe ) : byte[]
arDecryptMe byte
Résultat byte[]

Encrypt() public méthode

public Encrypt ( byte arEncryptMe ) : byte[]
arEncryptMe byte
Résultat byte[]

LauncherEncryption() public méthode

public LauncherEncryption ( ) : System
Résultat System

MD5Bytes() public méthode

public MD5Bytes ( byte arInputBytes ) : byte[]
arInputBytes byte
Résultat byte[]