Encryption.EncryptBytes

public static byte[] EncryptBytes(byte[] inputBytes, byte[] encryptionKey, 
			CipherMode cipherMode)

Parameters

inputBytes
Bytes to convert

encryptionKey
The key bytes used to encode the data. Use a 24 byte key for best compatibility

cipherMode
Optional CipherMode used. Defaults to older ECB for backwards compatibility

Overloads