Method | 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[] |
Method | Description | |
---|---|---|
EncryptDecrypt ( byte arCryptoBytes, CryptographicDirection theDirection ) : byte[] |
public CompareArrays ( byte arFirstArray, byte arSecondArray ) : bool | ||
arFirstArray | byte | |
arSecondArray | byte | |
return | bool |
public MD5Bytes ( byte arInputBytes ) : byte[] | ||
arInputBytes | byte | |
return | byte[] |