Base64Encode
This Script is part of the Common Scripts Pack.#
Encodes an input using Base64 format.
Script Data#
| Name | Description |
|---|---|
| Script Type | javascript |
| Tags | Utility |
Inputs#
| Argument Name | Description |
|---|---|
| input | The input to encode in Base64 format. |
Outputs#
| Path | Description | Type |
|---|---|---|
| Base64.encoded | The input encoded as Base64 format. | Unknown |