For the complete documentation index, see llms.txt. This page is also available as Markdown.

Encrypt

The Encrypt action node allows you to hash, encode or encrypt any variable(s) before sending the variable to an external API.

You can choose from the following encryption methods:

  • Hash: MD2, MD5, SHA-1, SHA-256, SHA-384 or SHA-512 algorithms.

  • Encrypt: OpenPGP algorithm.

  • Encode: Base64 or Hex algorithms.

This node is typically used before an API Integration node to either hash, encrypt or encode a variable that is passed in that HTTP call.

Setup of an Encrypt node
Example flow containing Encrypt node