How can I retrieve the unencrypted value of data that is encrypted in a Configuration Parameter?

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?

Parents
  • 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, for example...

    It may be possible to solve the problem directly via SQL.

    What exactly is your use case?

    Best regards

    Marco

Reply
  • 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, for example...

    It may be possible to solve the problem directly via SQL.

    What exactly is your use case?

    Best regards

    Marco

Children