# Resolve Encrypted Variable

The 'Resolve Encrypted Variable' node can be used to obtain the value of an encrypted variable. The input must be the name of the encrypted variable wrapped in the [{helmut.encrypted.variable.?}](https://docs.helmut.de/helmut4-releases/helmut4-components/streamdesigner/wildcards/variable-related-wildcards-3/helmut-encrypted-variable) wildcard.

{% hint style="info" %}
Before using the node, please refer to the configuration and initialisation process for using encrypted variables in the documentation section. [Preferences > Encrypted Variables](https://docs.helmut.de/helmut4-releases/helmut4-components/helmutfx/preferences/encrypted-variables).
{% endhint %}

<figure><img src="https://1398472304-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcJYkTyk9qgh7aCR6dHIm%2Fuploads%2FkCfKEIcKERimzmA1nwaF%2Fimage.png?alt=media&#x26;token=6a581db5-ab87-4223-8be5-5fd7ce633afb" alt="" width="348"><figcaption><p>Resolve Encrypted Variable</p></figcaption></figure>

The result will be returned either via the wildcard [{stream.last\_result.?}](https://docs.helmut.de/helmut4-releases/helmut4-components/streamdesigner/wildcards/result-or-return-wildcards-2/stream-last_result) or [{node.result.?}](https://docs.helmut.de/helmut4-releases/helmut4-components/streamdesigner/wildcards/result-or-return-wildcards-2/node-result).

{% hint style="warning" %}
Please bear in mind that the value can be retrieved from the debugger, so responsible handling of the data is essential.
{% endhint %}

**Example:**

* Key: {helmut.encrypted.variable.ThirdParty\_Bearer}
* Value (encrypted): DRwNlWcuYdMR7E3u4/jorg==
* Value (decrypted): Bearer 12345
