Share all details about your problem, including any error messages you may have received.
What logic runs behind the scenes when using the IIQ context encrypt and decrypt functions? What’s the decryption logic? Can someone provide a link to the documentation?
IIQ follows the configuration of keystore. By default the keystore are not configurated and all pwds are encrypted but you can decrypt in every IIQ environment and they starts with “1:”.
If you active the keystore, you can generate a own key; this key will be used to encrypt the pwds and it will be unique for each env. You can create more than one key and the pwds will be encrypted with that you want and start with the index of the key, for example with “2:” or “3:”
Also, you can use the encryption funcion if you need genereate a pwd out of form with a password field or the decryption in a rule where you need read the pwd from the connector but the rule is not into the connector.