Details
| ID | Base64Encode |
|---|---|
| Language | javascript |
| From Version | 5.0.0 |
| Tags | Utility |
README
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 |
commonfields: id: Base64Encode version: -1 name: Base64Encode script: '' type: javascript tags: - Utility comment: Will encode an input using Base64 format. enabled: true args: - name: input required: true default: true description: to encode in Base64 format outputs: - contextPath: Base64.encoded description: input encoded as Base64 format scripttarget: 0 fromversion: 5.0.0