Encryption.DecryptBytes

Decrypts a byte buffer with a byte based encryption key

public static Byte[] DecryptBytes(Byte[] decryptBuffer,
	Byte[] encryptionKey,
	CipherMode cipherMode)

Parameters

decryptBuffer
Data to encrypt

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:


See also:

Class Encryption

© West Wind Technologies, 1996-2020 • Updated: 07/15/20
Comment or report problem with topic