I am trying to put data row by row from an excel to a queue. I have also done it successfully. However, I require to encrypt the data so that it cannot be seen or exported from the orchestrator.
How to I encrypt the queue items and how do I decrypt the transaction items?
There are a few posts with information about this:
Currently Orchestrator doesn’t have the ability to encrypt queue items, but you can encrypt the data and add the ciphertext to the queue item. Then, after you get the transaction item, you decrypt the ciphertext to get back your plaintext.