Encrypy data while putting in queue

Hi,

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?

Please advise.

Hi @banerjeerules, did you get any solution for this? I have a similar request from our customer

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.

About the Cryptography activities pack (it contains a sample workflow at the end): Activities - About the Cryptography Activities Package

1 Like

This should work for you

1 Like