> For the complete documentation index, see [llms.txt](https://docs.floui.io/guia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.floui.io/guia/conectores/categorias/manipulacao-de-dados/criptografar-mensagem-pgp.md).

# Criptografar mensagem PGP

{% tabs %}
{% tab title="Parâmetros" %}

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXe-Iwcq95zH2gVmAldqxGp8dsgKhq3bPLg6LHQTdYfC55jlUcMG-DCFHQQN8KqBJRfKC0-JHyMjD8saFGRulvDbbvhvACapNr4LxVGmLXLZ8yv79xl4rQQNa7-f_6EZSvJnqHJcPw?key=yLogrgEbXy0K_a4zmB9ApgKO" alt=""><figcaption></figcaption></figure>

| Campo                         | Tipo           | Descrição                                                                                            |
| ----------------------------- | -------------- | ---------------------------------------------------------------------------------------------------- |
| Descrição                     | Campo de texto | Descrição visual do conector no editor de fluxo                                                      |
| Conta de serviço              | Seletor        | Permite selecionar uma conta de serviço do tipo GPGAuth para realizar a criptografia de um conteúdo. |
| Mensagem para descriptografar | Campo de texto | Caminho do conteúdo, presente dentro do objeto msg, que será criptografado.                          |
| Output Path                   | Campo de texto | Refere-se ao caminho do conteúdo criptografado na saída do conector no contexto de execução do fluxo |
| {% endtab %}                  |                |                                                                                                      |

{% tab title="Payload" %}

## Sucesso

Em casos de sucesso na criptografia o conteúdo estará disponibilizado na saída do conector durante a execução do fluxo.

O conteúdo para ser criptografado pode ser desde um conteúdo simples, como uma string, até um objeto Javascript.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdBYcdAK3-ivvTUMD_-8VJV4n_5gvD-v1_e74P1dIMoN7eTRrlVHDIY3fjiLNLMI5q0NvaHAinaGUMXsTB6qSA0hj3YZn5yYQJv22Eu2pnWWWPWeGKZkl9U4WzB8lZiXU31PRgMsg?key=yLogrgEbXy0K_a4zmB9ApgKO" alt=""><figcaption><p>Criptografia de uma mensagem PGP.</p></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.floui.io/guia/conectores/categorias/manipulacao-de-dados/criptografar-mensagem-pgp.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
