Method Convert2.AesDecryptS
Overload
AES-decrypts data.
Calls Convert2.AesDecryptB and converts the returned byte[] to string.
public static string AesDecryptS(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 |