...
Info |
---|
This article details how to enter encrypted values into a textbox, and hide personal information or passwords on the screen, using Aria Digital Workplace Automation. |
Syntax
Note |
---|
NOTE: You must first use the ‘Encryption Tool’ from Home Page to encrypt a plain text string. Then use command below and paste the encrypted value into the Aria command. |
Code Block | ||
---|---|---|
| ||
Enter @Decrypt("encrypted text here") as Password |
Example 1
The example below will show each necessary step to command Aria to automatically encrypt text and enter the encrypted text into the specified textbox.
Step 1
...
First, a plain text value must be encrypted. Within Aria Desktop Assistant, click the Menu button in the upper left corner (Fig. 1), then click “Encryption Tool” (Fig. 2).
...
Step 2
...
Click “Add Command” within the Aria command window (Fig. 1), then expand “Keyboard” dropdown and select “Enter an encrypted value into a textbox” (Fig. 2).
...
...
Step
...
3
Fill in the box for the name of the label, and fill in the text/value to be encrypted by Aria (Fig. 3).
...
...
Step 5
...
Click “Add” within the Aria “Add command” window (Fig. 4).
...
...
Step 6
...
Aria will add the following command to the command window (Fig. 5)
...