> For the complete documentation index, see [llms.txt](https://ftcoders.first-tech.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ftcoders.first-tech.com/first-tech-ttp-sdk-pt/utilitarios/descriptografando-credenciais-sdk-recebidas-via-ticket.md).

# Descriptografando Credenciais SDK recebidas via ticket

{% stepper %}
{% step %}
Instalação do programa que irá realizar a descriptografar, chamado Kleopatra (<https://www.gpg4win.org/download.html>)

{% endstep %}

{% step %}
Após a instalação é necessário importar a chave publica.

<figure><img src="/files/r2dTURB1WGNsN2ygx3AQ" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Selecionar a chave publica

<figure><img src="/files/NSwsRoF8RFgmUAeClVzu" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Tela de confirmação

<figure><img src="/files/BL9nqJJWtk8B0UozEiPK" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}
Aba onde aparecem as chaves importadas

<figure><img src="/files/VjKWu3QLP9WDKbJZWr6p" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Descriptografar um arquivo

<figure><img src="/files/ULcIfDny2rPegpJYAlCT" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Selecione o arquivo

<figure><img src="/files/0aFyZkBsdMqYH8mSIv1a" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}
Selecione o local onde o arquivo descriptografado será salvo

<figure><img src="/files/uwbx7uKCsATOSMAa2MHp" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Após isso o é só abrir o arquivo descriptografado que terá a extensão "txt"

<figure><img src="/files/TnvVNQum3RBbnB1wpYCD" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://ftcoders.first-tech.com/first-tech-ttp-sdk-pt/utilitarios/descriptografando-credenciais-sdk-recebidas-via-ticket.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.
