Example #1
0
 public byte[] encryptDataAES(byte[] input, byte[] key)
 {
     return(_cryptoLib.encryptDataAES(input, key));
 }