Last updated
Was this helpful?
Last updated
Was this helpful?
This is a pre-built action in Avo Assure that comes for the textbox captured element. It instructs Avo Assure Client to accept an encrypted text and send the decrypted value into the application.
Input: <Encrypted Text>
Note: To use encrypted text with the Set Secure Text action, first encrypt the text using AES Encryption from the tool's encryption utilities.
Supported formats:
Text
Static variables
Dynamic variables
Output: <Dynamic Variable> (Optional) ;< Dynamic Variable> (Optional)
Consider a scenario where you're testing a web application. It verifies that sensitive information sent via text messages in the application is encrypted and transmitted securely. The send secure text functionality should ensure that sensitive text messages are encrypted during transmission, preventing unauthorized access during the sending/receiving process. The messaging app should notify you about the encryption status and prevent any sensitive data from being transmitted in plaintext.
In this example, user gives Encrypted data or text as input 2o7ZBSG4rdGpGBlgtzvX7g==
It should pass the decrypted value as sumit into the application.
This action accepts encrypted data and sends decrypted data into the application.