# Send Secure Function Keys

This action in Avo Assure is available under the **Captured Textbox Element**. The functionality of this Action in Avo Assure is to accept encrypted text as input and send each character as an individual keystroke to the textbox element. The status of this Action is then stored in a dynamic variable for further use during test execution.

### Syntax                                                  &#x20;

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

| Argument                                | Description                                                        |
| --------------------------------------- | ------------------------------------------------------------------ |
| <p>\<encrypted input><br>(Required)</p> | <p>Provide the encrypted function keys.<br>(e.g., Enter, Tab) </p> |

{% hint style="info" %}
**Note**:&#x20;

* The user gives Encrypted text or data.
* Encrypts the text using AES encryption from the tool's encryption utilities.
  {% endhint %}

**Output Value:**

| Argument                                                    | Description                                                                    |
| ----------------------------------------------------------- | ------------------------------------------------------------------------------ |
| \<Dynamic Variable>(Optional);\<Dynamic Variable>(Optional) | This dynamic variable holds the status of the action as **True** or **False.** |

**Example**

**Sends encrypted function key inputs to the specified application field securely.**

The **Send Secure Function Keys** action takes the value from the Input Value column **(e.g., Q/ELEbp38v/WZzyO6XAUIg==)** and sends the decrypted function keys to the target object. The result of the operation is stored in the **{FunctionKeys}** variable, with the following possible values:

* **True –** If the secure function keys are sent successfully.
* **False –** If the operation fails or an error occurs.

<figure><img src="https://2174257472-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk8QZzXZMIJSStKAzDSTu%2Fuploads%2FfJ1v2Jtj7B1gMq1miarR%2Fimage.png?alt=media&#x26;token=11cb3ee1-259e-4909-b25a-c00c3fc8ed01" alt=""><figcaption></figcaption></figure>
