Base64EncodeV2
This Script is part of the Common Scripts Pack.#
Encode an input to Base64 format.
Script Data#
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | Utility |
Inputs#
| Argument Name | Description |
|---|---|
| input | The input to encode using Base64 format. |
Outputs#
| Path | Description | Type |
|---|---|---|
| Base64.encoded | The input encoded as Base64 format. | string |