Base64EncodeV2

Encodes an input to Base64 format.

python · Common Scripts

Details

IDBase64EncodeV2
Languagepython
From Version5.0.0
Docker Imagedemisto/python3:3.12.13.10404775
TagsUtility incident-action-button

README

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
args:
- description: The input to encode using Base64 format.
  name: input
  required: true
comment: Encodes an input to Base64 format.
commonfields:
  id: Base64EncodeV2
  version: -1
name: Base64EncodeV2
outputs:
- contextPath: Base64.encoded
  description: The input encoded as Base64 format.
  type: string
script: '-'
subtype: python3
dockerimage: demisto/python3:3.12.13.10404775
tags:
- Utility
- incident-action-button
timeout: '0'
type: python
fromversion: 5.0.0
tests:
- No tests (auto formatted)