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
  • Thanks Oliver,

    I see what is your idea. But I still have one question: how could I use this parameter in the script?

    Now I have a function declared like this:

    Public Function PREFIX_UnsAccount_XYZ_Insert(ByVal dbsUnsAccount As SingleDbObjectSnapshot) As String


    Should I declare a new parameter in the function, like

    Public Function PREFIX_UnsAccount_XYZ_Insert(ByVal dbsUnsAccount As SingleDbObjectSnapshot, ByVal myParameter As String) As String?

    Honestly, I have tried this, but no success.

    Thanks for help.

Reply
  • Thanks Oliver,

    I see what is your idea. But I still have one question: how could I use this parameter in the script?

    Now I have a function declared like this:

    Public Function PREFIX_UnsAccount_XYZ_Insert(ByVal dbsUnsAccount As SingleDbObjectSnapshot) As String


    Should I declare a new parameter in the function, like

    Public Function PREFIX_UnsAccount_XYZ_Insert(ByVal dbsUnsAccount As SingleDbObjectSnapshot, ByVal myParameter As String) As String?

    Honestly, I have tried this, but no success.

    Thanks for help.

Children
No Data