# EncryptDecrypt

The EncryptDecrypt plugin makes it easy to securely encrypt or decrypt data, with no expert knowledge needed.

### How to Use?

Search for the "EncryptDecrypt" plugin in the toolbox, and drag it into your API flow. Access the plugin settings, choose whether to encrypt or decrypt, and specify which text should be encrypted or decrypted.

### Use cases

This plugin is versatile for enhancing security in various apps for:

* **Secure Messaging**: Encrypt messages in chat apps,
* **User Data Protection**: Encrypt sensitive user information before storage,
* **Secure Transactions**: Encrypt financial details during online transactions, and more.


---

# Agent Instructions: 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://help.reasy.ai/help/getting-started/workspace/tools/data-driven-plugins/data-sources/encryptdecrypt.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.
