This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Decrypt data

Hi everyone.

I have encrypt some values in D1IM database (CentralPassword for example) with the Crypto configuration tool. I need to decrypt Central password when creating UNS account, because I have to use this field in VB script.

How could I decrypt data? Is there OOTB function available?


Thanks for your response.
BR,
Evgen

Parents
  • Hi Evgen,

    the D1IM service is perfectly suited to decrypt encrypted data since it has the private key stored internally. Just mark a process step parameter as encrypted and the service will decrypt it before passing the data to the process task (e.g. a script).

    HTH,

     Oliver

Reply
  • Hi Evgen,

    the D1IM service is perfectly suited to decrypt encrypted data since it has the private key stored internally. Just mark a process step parameter as encrypted and the service will decrypt it before passing the data to the process task (e.g. a script).

    HTH,

     Oliver

Children
No Data