Method Convert2.AesDecryptB
Overload
AES-decrypts data. Returns byte[].
public static byte[] AesDecryptB(object data, object key, byte[] IV = null)
Parameters
|
data (object)
Encryped data as |
|
key (object)
Encryption key. Can be non-empty string (eg a password) or |
|
IV (byte[])
If used |
Returns
| byte[] |