Hi everyone!
I need to know if there is a tool that I could use in order to encrypt a password and put it into the psappsrv.cfg file, this is because I need to reset the password of Connect ID and User ID but I don't want it to be seen in clear text because another team is going to perform the task.
The idea that I have is to use PowerShell in order to mask the input and then, internally call a tool to return the password encrypted. I have found PSCipher but the encryption is not the correct for this file (psappsrv.cfg).
Thanks in advance.
Regards.