RC4.encrypt

Encrypts the given byte array data.

class RC4
static pure
void
encrypt
(
ref ubyte[] data
,
string key
)

Parameters

data ubyte[]

Reference to the input byte array to be encrypted.

key string

The encryption key.

Meta