UIpath method which internally decrypts the value and sets it in the password fields

Hi Team,

Is there any way to decrypt the password with how we do in UFT. In UFT we encrypt the password using the encoder CryptonApp.exe and this gets decrypted in run time using set-secure method.

Now I need something similar to this as I cannot encrypt and decrypt the password using encrypt text and decrypt text as I cannot reveal my password also I cannot use secure credential as I cannot save my credential in windows credential manager.I also cannot use orchestrator as we don’t use orchestrator.

I require a way to achieve this as it does not make any sense to encrypt and decrypt it at the same place which does not gives any security at all to the password.