Oracle XML Gateway (Trading Partner Setup) :Password in cXML is encrypted one .How to decrypt it ?
Hi there,
We have a requirement to get decrypt password stored in encrypted form in database.
Details :
Password is stored in ecx_tp_details.password
API fetching this password(in encrypted (as is) form is - ECX_ENG_UTILS.get_tp_pwd
API insertinfG this password into table is - ECX_TP_API pkg.The API ECX_OBFUSCATE.ECX_DATA_ENCRYPT is used to encrypt the password.
How to decrypt the password stored in - ecx_tp_details.password ?
Regards,
A J