Decrypt data in byte array
public static byte[] Decrypt( byte[] input, byte[] key, byte[] iv, CipherAlgorithm cipherAlg, Mode mode )
Public Shared Function Decrypt ( _ input As Byte(), _ key As Byte(), _ iv As Byte(), _ cipherAlg As CipherAlgorithm, _ mode As Mode _ ) As Byte()
Decrypted data in byte array or empty array on error
For ECB and CBC modes, input data length must be an exact multiple of the block length