C# Class reWZ.WZAES

Exibir arquivo Open project: angelsl/ms-reWZ Class Usage Examples

Private Methods

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