All Bundles

Decrypt

Decrypts data

Operations

AES256

Decrypts input using AES-256

function : AES256(key:Byte[], stream_in:Byte[]) ~ Byte[]
Parameters
NameTypeDescription
keyByte[]encryption key
stream_inByte[]bytes to decrypted

Return
TypeDescription
Byte[]decrypted bytes

Base64

Decrypts input using Base64

function : native : Base64(input:String) ~ String
Parameters
NameTypeDescription
inputStringinput bytes to decrypted

Return
TypeDescription
Stringdecrypted bytes