Credentials storage

Hello!

Our company’s customer has a sophisticated security system.

They have main question:
How we can store credentials (most important are passwords) without using Windows Credential Manager and Orchestrator?

Can someone please offer me solutions using only UiPath Studio tools or other ways?
Thanks!

@Jom4ick -
1 - Orchestrator → Asset → Type as Credentials
2 - Store the credentials in DB with your own hashing mechanism ike (3des/sha256/…)

Without orchestrator.
Any other solutions except Database?

sorry - i did only these 2 ways of implementation of credentials… let me think about it and let you know if i found any other options…
cheers!