Send Secure Function Keys

This is a pre-built action in the Avo Assure that comes for the textbox captured element. It instructs the Avo Assure client to accept encrypted text and sends the individual keystroke value into to the textbox captured element.

Syntax

Input: <encrypted input>

Note:

  • The user gives Encrypted text or data 2o7ZBSG4rdGpGBlgtzvX7g==

  • To use encrypted text with the send Secure Function Keys action, encrypt the text using AES Encryption from the tool's encryption utilities.

Supported formats:

  1. Text

  2. Static values

  3. Dynamic Variables

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

Use case/Example

Scenario: Evaluating the Security of an Application's Login Process

You're testing a Secure Login feature in an application. In this scenario, you are testing a web app that requires entering an encrypted password for login. The Send Secure Function Keys action is used to send the secure input to the password field. Here, you need to add an input value for the encrypted password.

Input

In this example, input given in encrypted text for password. 2o7ZBSG4rdGpGBlgtzvX7g==

Expected Result

It should successfully log into the application.

Output

The send secure function key action accepts encrypted text and sends individual keystroke value to captured element.

Last updated

Was this helpful?