Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: byte[] AesDecrypt(byte[], byte[])

  • Declared in: RT.Util.Ut

Declaration

public static byte[] AesDecrypt(
    byte[] cipher,
    byte[] key
)

Summary

Decrypts data encrypted with Ut.AesEncrypt(byte[], byte[]).

Parameters

byte[]cipher The output of Ut.AesEncrypt(byte[], byte[]).
byte[]key The AES key used to encrypt the data.

Returns

The decrypted data.