I have a script that needs to retrieve sensitive information encrypted within a configuration parameter. However, I am unable to decrypt it. How can I decrypt the parameter to access its original value?
I have a script that needs to retrieve sensitive information encrypted within a configuration parameter. However, I am unable to decrypt it. How can I decrypt the parameter to access its original value?
Hi Nicholas,
As far as I know, it is only possible to decrypt an encrypted value within a script so that it can be used again to a limited extent. An alternative would be not to encrypt the value at all…
By design only the Jobserver processes (viNetworkService) have access to the private key of the environmnt. So this process is the only one able to decrypt encrpted values. This means scripts, which are…
Isn't that the same question as in your other thread here? How to decrypt a Configuration Parameter in the script?
Isn't that the same question as in your other thread here? How to decrypt a Configuration Parameter in the script?
Isn't that the same question as in your other thread here? How to decrypt a Configuration Parameter in the script?