Hi,
I need to decrypt the private key for Fire Cloud Messaging authentication. In the UI is hidden:
After right-click and selecting 'Edit XML source...' I see that password is stored in attribute fcmPrivateKey. In the next step, I copy the value from this attribute and in use it as parameter in javascript activity in decryptString() function.
However, after execution I got the information that:
"JST-310040 Function decryptString used to get a password, please use decryptPassword"
But when I try to use suggested method, I got the following error:
"JST-310000 Error while compiling script 'WKF/js2' line 4: decryptPassword is not defined."
Do you know any way to reveal the key?
Thanks,
Dominik