v2025.6.2
All Bundles

Encrypt

Encrypts data

Operations

AES256

Encrypt input using AES-256

function : AES256(key:Byte[], stream_in:Byte[]) ~ Byte[]

Parameters

NameTypeDescription
keyByteencryption key
stream_inBytebytes to encrypted

Return

TypeDescription
Byteencrypted bytes

Base64

Encode input using Base64

function : native : Base64(input:Byte[]) ~ String

Parameters

NameTypeDescription
inputBytebytes to encode

Return

TypeDescription
Stringencoded bytes