Encode and decode data using the base64 alphabet
This plugin does not contain any key features.
This plugin does not contain any requirements.
This plugin does not contain any supported product versions.
This plugin does not contain a connection.
Decode Base64 to data
| Name | Type | Default | Required | Description | Enum | Example |
|---|---|---|---|---|---|---|
| base64 | bytes | None | True | Data to decode | None | UmFwaWQ3IEluc2lnaHRDb25uZWN0Cgo= |
| errors | string | nothing | False | How errors should be handled when decoding Base64 | ['replace', 'ignore', 'nothing'] | ignore |
Example input:
{
"base64": "UmFwaWQ3IEluc2lnaHRDb25uZWN0Cgo=",
"errors": "nothing"
}
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| data | string | True | Decoded data result | None |
Example output:
{
"data": ""
}
Encode data to Base64
| Name | Type | Default | Required | Description | Enum | Example |
|---|---|---|---|---|---|---|
| content | string | None | True | Data to encode | None | Rapid7 InsightConnect |
Example input:
{
"content": "Rapid7 InsightConnect"
}
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| data | bytes | True | Encoded data result | None |
Example output:
{
"data": ""
}
This plugin does not contain any triggers.
This plugin does not contain any tasks.
This plugin does not contain any custom output types.
There is no troubleshooting for this plugin.
This plugin does not contain a version history.
This plugin does not contain any references.