# Set Secure Text IRIS

This is a pre-built action which comes for the element captured from the Desktop AUT using IRIS method. It instructs the Avo Assure Client to pass the encrypted text to the testbox .&#x20;

{% hint style="info" %}
**Note:** For encryption a user can make the use of encryption feature of Avo Assure present in the utilities tab of the left pane in the landing page.&#x20;
{% endhint %}

### Syntax &#x20;

**Input:** `<encrypted input>` &#x20;

{% hint style="info" %}
**Note:** Data needs to be encrypted using AES Encryption method
{% endhint %}

**Output:** `<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)`&#x20;

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

### **Usecase/Example**

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

### **Scenario:** The Set Secure Text IRIS action enters the encrypted password into the secure field

The scenario involves testing a secure login page where the password is encrypted in the form of secure text (e.g., for safety, the password field is protected from being exposed during the input process). The Set Secure Text IRIS action is used to pass the encrypted value of password (testpassword123) into the secure password text field.&#x20;

### Input

/EfNVREyI0yGwzLln+4p5Q==&#x20;

### Expected Result&#x20;

The action needs to enter the encrypted input Text to the password field.&#x20;

### Output

The Set Secure Text IRIS Action takes Encrypted text and to the Password field.&#x20;


---

# 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://docs.avoautomation.com/avo-assure/actions/desktop/iris/textbox/set-secure-text-iris.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.
