Very Secured Way to store the credentials

I am having a requirement to store and use the credentials in very Secured way, not by storing credentials details in orchestrator and use, my client does not like to store the user details in cloud as they feel unsafe. What is the solution for this problem.

1 Like

@monish06 You can use windows credentials

1 Like

@monish06

Orchestrator will provide extra level of security, as all credentials stored here are encrypted with the AES 256 algorithm. It will be more secure than compared to storing in other places.

If you still feel it can’t secure then store in windows credential manager.

1 Like

Thank you… Is there any activity to store the credentials in windows credentials manager?. While running RE framework for first time it will save, but is there any separate activity or way to add credentials to windows apart from using RE framework.

1 Like

@monish06

Use Add Credential activity to add credential to Windows credential manager.

https://docs.uipath.com/activities/docs/add-credential

1 Like

It will work separately also without REFramework. Just use those activities outside also and try it.

Thank you. This helps…

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.