Send Secure Function Keys
Last updated
Was this helpful?
Last updated
Was this helpful?
This action in Avo Assure present under @Generic element instructs Avo Assure Client to accept an encrypted text and send the individual keystrokes to the application’s element specified in the input.
Input: <encrypted input>
Input can include:
1. Text
2. Static values
3. Dynamic Variables
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
In this scenario, you are testing a social media application, and you want to use the ENTER key as encrypted text to access a particular application, using the ‘Send Secure Function Keys’ action.
In this example, you need to add in an input value as encrypted text, which is created by the Avo Assure tool. You are given steps to follow for encryption of the text.
1. Go to the Avo Assure landing page.
2. Click on the Utilities icon.
3. Select the encryption tab, and in the encryption method dropdown, select the AES option.
4. Enter a text for encryption, which the user wants to encrypt.
5. After entering the text, click on the encrypt button.
6. The user can get an encrypted text, copy it, and use that text in the input value.
In the given example, added an encrypted text
text: = JbhK80umk72XO5ni4Q7SwH8w==
This action needs to be fetched the encrypted text as a function key.
The ‘Send Secure Function Keys’ Action successfully fetches text as an encrypted function key.