If you check the box in the security settings, then - during recording - any password entered in a password field is automatically encrypted. So the __KANTU_ENCRYPTED__f8b53… string is created by Kantu during recording of password field input.
hello admin, I have the same issue with the password encryption. it doesn’t hide the password. I entered master pass already. do I missed something here?
How does this scenario work in case of high security scenarios? For example in our case a different team controls login credentials and security is extremely tight. The security team won’t allow us to install anything like Lastpass.
I don’t know how they will like the idea of recording a macro just to encrypt passwords an then replace it in the json files.
I feel that this is a challenge I will be facing when using Ui.Vision .
I use prompt command it open a dialog window i put password and i continue macro.
In this mode my password will not stored in log file (hard drive)
To remember password in prompt i add some word to remember my password but i do not write my password in the macro.
2020-07-01T15:16:45.941Z - [info] Executing: | prompt | Put P It Here Remember This Event In This Date @- | P |
2020-07-01T15:17:08.106Z - [info] Executing: | type | xpath=//input[@type='password'] | ${P} |
In this mode with “Remember This Event In This Date” I remember the password and i can put.
You can add a custom word or phrases to remember the password but another person can not find your password and the password will not stored in log file and can not visible.
Our company has extremely tight security. Our Security team will not allow us to store any credentials in a browser plugin . They want everything within the firewall. They will allow us to store credentials in encrypted form in configuration files as long as the location we store is cleared by them.
What is the tool that you have for Enterprise users?
UI.Vision RPA alwaysstores everything locally and is open-source. This way it meets the highest security standards.
There are two storage places that you can choose from:
Locally inside your browser (so called HTML5 storage). This is the default in the free version.
Locally on your hard-drive. This is available in PRO and Enterprise Edition.
This tool allows you to create encrypted password strings without re-recording. You enter the master-password and the plain text password, and the output is the encrypted password that you can then copy and paste into your macro script. The tool is open-source, too.
Just wait 1-2 more weeks Available now The tool will be is included in the regular UIVision RPA release with the next update. You can then create new encrypted strings with the help of the master password. The encrypted strings can be used with the TYPE, SENDKEY and XTYPE commands. This is how it will look:
This feature is working. I can get the encrypted form of a password I type.
But, when I close the settings dialog and open it again, I can still see the encrypted password is still retained in there.
And, when I put in a new password and try to encrypt, it appears like the value in the Encrypted field is not changing at all even when it is changing.
It would be great if you can wipe out the value in the Encrypted field when:
the settings dialog is closed
when the user types something new into the plain text field
This way the dialog becomes more intuitive to use.