> For the complete documentation index, see [llms.txt](https://guides.clickatell.com/flow/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.clickatell.com/flow/action-nodes/action-nodes-encrypt.md).

# Encrypt

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

{% hint style="success" %}
The *Encrypt* node only supports encryption for **plain text**.
{% endhint %}

{% embed url="<https://vimeo.com/761775026?share=copy>" %}

You can choose from the following encryption methods:

* *Hash*: MD2, MD5, SHA-1, SHA-256, SHA-384 or SHA-512 algorithms.&#x20;
* *Encrypt*: OpenPGP algorithm.&#x20;
* *Encode*: Base64 or Hex algorithms.&#x20;

{% hint style="info" %}
This node is typically used before an [*API Integration*](/flow/action-nodes/action-nodes-api-integration.md) node to either hash, encrypt or encode a variable that is passed in that HTTP call.
{% endhint %}

<figure><img src="/files/16UGInrAIOqLcV3zA2Yh" alt="" width="563"><figcaption><p>Setup of an Encrypt node</p></figcaption></figure>

![Example flow containing Encrypt node](/files/-Meil-o8Hq1R5VW1H3jw)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guides.clickatell.com/flow/action-nodes/action-nodes-encrypt.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
