> 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/descriptografar-mensagem-pgp.md).

# Descriptografar mensagem PGP

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

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfRmuVJbmkao3zlyF0wAYDjm5Q8yzxWNjdZZ6j8sW5Xcl45FIfn0BepqmJlAZlX5Wb5iJ-tB8NpbCLZnvfLH0KMe2Ca5JZ4excLwBLQb_QhJZL4Cr9WK9S0Kt4ESzBbYlsY0nLtfw?key=yLogrgEbXy0K_a4zmB9ApgKO" alt=""><figcaption><p>Parâmetros de configuração</p></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 descriptografar uma mensagem PGP.      |
| Mensagem para descriptografar | Campo de texto | Caminho do conteúdo, presente dentro do objeto msg, que será descriptografado.                          |
| Output Path                   | Campo de texto | Refere-se ao caminho do conteúdo descriptografado na saída do conector no contexto de execução do fluxo |
| {% endtab %}                  |                |                                                                                                         |

{% tab title="Payload" %}

## Sucesso

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

Importante ressaltar que o conteúdo PGP precisa estar formatado corretamente para que seja descriptografado com sucesso. Espaços, quebras de linha ou modificações que alterem a estrutura do conteúdo farão com que o conteúdo não seja descriptografado com sucesso.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeW-DMSFiLlgj_rVlRp54udW87eZAizLqRuSTyG3hQRaeTvVStRx2TXRqLtVHU1GVECqVKTyInU9GL-j8T4B70_5cfEJKzkrMQcHjtBzL9GTJVAeaqSAPwkagmIyBOcOsLPJcLv?key=yLogrgEbXy0K_a4zmB9ApgKO" alt=""><figcaption><p>Sucesso ao descriptografar conteúdo PGP</p></figcaption></figure>

<br>
{% 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/descriptografar-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.
