...
Info |
---|
This article details how to enter encrypted values into a textbox, and hide personal information or passwords on the screen, using Atlas Aura Digital Workforce. |
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 Atlas Aura command. |
Syntax
Code Block | ||
---|---|---|
| ||
Enter @Decrypt("encrypted text here") as Password |
...
The example below will show each necessary step to command Atlas Aura to automatically encrypt text and enter the encrypted text into the specified textbox.
...
First, a plain text value must be encrypted. Within Atlas Aura Desktop Assistant, click the Menu button in the upper left corner (Fig. 1), then click “Encryption Tool” (Fig. 2).
...
Click “Add Command” within the Atlas Aura command window (Fig. 1), then expand “Keyboard” dropdown and select “Enter an encrypted value into a textbox” (Fig. 2).
...
Fill in the box for the name of the label, and fill in the text/value to be encrypted by Atlas Aura (Fig. 3).
...
...
Step 5
Click “Add” within the Atlas Aura “Add command” window (Fig. 4).
...
...
Step 6
Atlas Aura will add the following command to the command window (Fig. 5)
...