Skip to main content

Crypto

Perform cryptographic operations. Crypto node in ActionFlows. Inputs, outputs, and how to use it.

Crypto

Overview

Perform cryptographic operations.

Inputs

Standard Inputs

  • Actionselect · optional

    The type of cryptographic operation to perform

    Required
    No
    Multiple
    No
    Default
    hash
    Options
    encryptdecrypthashgenerateKeyverify
  • Algorithmselect · optional

    The cryptographic algorithm to use for the operation

    Required
    No
    Multiple
    No
    Default
    SHA-256
    Options
    AES-256RSASHA-256SHA-512MD5
  • Datatext · required

    The data to perform cryptographic operations on

    Required
    Yes
    Multiple
    No
  • Output Encodingselect · optional

    The encoding format for the output result

    Required
    No
    Multiple
    No
    Default
    hex
    Options
    hexbase64utf8
  • Keytext · optional

    The key to use for encryption/decryption operations

    Required
    No
    Multiple
    No

Outputs

  • Generated Keytext

    Generated key (for generateKey action)

  • Resulttext

    The result of the cryptographic operation

  • Verifiedboolean

    Verification result (for verify action)