I am getting Cryptographic Exception of GetPassword activity (to login a web page) every time when I try to copy and run a program (which was programmed, tested and run successfully on computer A) on computers B and vice-versa.
I used Web Record to create GetPassword and TypeInto and have also compared the details of both activities on both computers A & B. They appear exactly the same.
I gave a try using “secureString” for the variable “Password” and was prompted a compiler error of “SecureString cannot be converted to String”.
The Get Password activity encrypts the password on only that computer and user. So when you try to run it on another computer or user, it can’t decrypt the password. Meaning that activity will only work on one user on one machine. You can retype the password each time you move it to another machine or user though.
Ideally, you would use the Asset activities to Get Credentials. Or use an Input Dialog to get input for the password for Attended use.
Thank you for your valued advice.
I managed to create the Asset in both Orchestrator and Studio and use Get Credentials.
Now my question is how to assign the password in Secure String type to a normal String type box in the web page?