Send Secure Function Keys
Last updated
Was this helpful?
Last updated
Was this helpful?
This is pre-build action located under @Generic element, instructs the Avo Assure to accept an encrypted text and send the individual keystrokes to the application’s element specified in the input and save the result in dynamic variable.
Input Value: <encrypted input>
<encrypted input> (Required)
Specify the encrypted text generated using Avo Assure.
Output Value:
<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
This variable stores the status as true or false
Note: To provide encrypted text as input to the Send Secure Function Keys Action, the user should encrypt the required text using “AES Encryption” from the tool encryption utilities.
To navigate Encryption feature in Avo Assure then click
Example
Sends secure function key input to the application using encrypted text
The Send Secure Function Keys action takes the value from the Input Value column (e.g., Encrypted string - CqIV+/BqoopwuD9O82Ixfg==) is securely sent to the application as a function key input. For example, on a login page, you can use this encrypted password generated by Avo Assure for secure login. The result of this action is stored in the {SecureKey} variable, with the following possible values:
True – if the key is sent successfully.
False – if the action fails or an error occurs.