Method | Description | |
---|---|---|
CheckKeyLength ( int length ) : void | ||
DecryptASCIIString ( byte asciiBytes, bool encrypted = true ) : string | ||
DecryptBytes ( byte bytes ) : byte[] | ||
DecryptData ( byte data, byte key ) : byte[] | ||
DecryptUnicodeString ( byte ushortChars, bool encrypted = true ) : string | ||
GenerateKey ( byte iv, byte aesKey, int length ) : byte[] | ||
GenerateKeys ( int length ) : void | ||
GetWZKey ( WZVariant version, int length ) : byte[] | ||
WZAES ( WZVariant version ) : System |