Decrypts data
OperationsDecrypts input using AES-256
function : AES256(key:Byte[], input:Byte[]) ~ Byte[]
Name | Type | Description |
---|---|---|
key | Byte[] | encryption key |
input | Byte[] | bytes to decrypted |
Type | Description |
---|---|
Byte[] | decrypted bytes |
Decrypts input using Base64
function : native : Base64(in:String) ~ String
Name | Type | Description |
---|---|---|
in | String | input bytes to decrypted |
Type | Description |
---|---|
String | decrypted bytes |