encrypt

Encrypts data using the key 0x00. Key parameter is ignored.

pure
ubyte[]
encrypt
(
const(ubyte)[] data
,
const(ubyte)[] key = []
)

Parameters

data const(ubyte)[]

The data array to be encrypted

key const(ubyte)[]

Ignored. Should be empty

Return Value

Type: ubyte[]

An array of bytes containing the encrypted data

Meta