Decrypt asset values in Orchestrator database

Is there any way to decrypt the asset values in the Orchestrator database (AssetValues.Value)? Where would I obtain the keys to do so?

I find it useful to search through all asset values for trying to identify any assets that need to be changed for 1 reason or another. The orchestrator will only allow you to search using the asset name and not the value itself.

Hi @Joshua_Burton ,

Try below one

password_String = new System.Net.NetworkCredential(string.Empty, Password).Password

Regards,
Arivu

I’m referring to the SQL server database that the orchestrator uses, not a specific credential.

Does anybody have any input here?