> For the complete documentation index, see [llms.txt](https://docs.avoautomation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avoautomation.com/avo-assure/actions/desktop/iris/textbox/set-secure-text-iris.md).

# 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 .

{% 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.
{% endhint %}

### Syntax 

**Input:** `<encrypted input>`

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

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

<figure><img src="https://2174257472-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk8QZzXZMIJSStKAzDSTu%2Fuploads%2FHvJHlYV02L19BD7yQdPx%2Fimage.png?alt=media&amp;token=67fdf5ce-8492-4924-8ca6-c243107e7e99" alt=""><figcaption></figcaption></figure>

### **Usecase/Example**

<figure><img src="https://2174257472-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk8QZzXZMIJSStKAzDSTu%2Fuploads%2FxGEtEV42HJfbvO4PCxHc%2Fimage.png?alt=media&amp;token=c19ada45-ad7b-4650-935d-f5d0718688b3" 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.

### Input

/EfNVREyI0yGwzLln+4p5Q==

### Expected Result

The action needs to enter the encrypted input Text to the password field.

### Output

The Set Secure Text IRIS Action takes Encrypted text and to the Password field.


---

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