How can I enter a encrypted password to UIPath Typeinto Activity

I’m trying o automate login in a website using UiPath, I have encrypted csv of passwords how can enter encrypted passwords to UiPath TypeIntoActivity

How stable / change rate is the password set?
Was checked if Orchestrator Credential Asset would serve?

You can use in orchestrator in that uses Assert and select the credential

If you want to type the credential in secure please use the below activity.

Type into in the option you can see the secure text inside that you should pass the value that you stored in the credential.

image