Blue prism Data encryption for work queue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-06-20 09:10 AM
Also the data that we retrieve back from queue is actual value, if we want to encrypt it when passing from process to object, kindly suggest what is the value of Key to provide in utility Encryption and from where can we get this value.
------------------------------
Mayank Goyal
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-06-20 08:50 PM
You can encrypt work queues in System Manager – Workflow:
Reference:
https://bpdocs.blueprism.com/bp-6-8/en-us/helpQueues.htm?tocpath=Interface%7CStudio%7CProcess%20studio%7C_____5
Best,
------------------------------
Max Elopre
Technical Consultant
Chicago IL
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-06-20 07:25 AM
I have alternate solution for encrypting work queue data.
Let's assume that we have 10 account number of customer. As it's PII data we can't add account number into the queue directly so we need to encrypt data.
So, before adding the collection with 10 account number into the queue, we need to append one field ex. Item Key in the same collection. After that we need to run loop on the collection and take one calculation stage inside the loop and replace first 2 digits with XX and append today's date at the end an store the result in to Item Key. After completing the loop for all 10 items, add item to queue. In this way your work queue data will be encrypted. Also, make sure to update the System->Workflow ->WorkQueue Key Name property as Item Key.
------------------------------
Kirti
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-06-20 06:29 PM
I added a item in WQ with Key and I am still able to see the key. I was expecting after encrypting data, the key will show as Encrypted.
------------------------------
Mayank Goyal
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-06-20 06:33 PM
------------------------------
Mayank Goyal
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-06-20 06:49 PM
Can you try creating a new encrypted queue?
Best,
------------------------------
Max Elopre
Technical Consultant
Chicago IL
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-06-20 07:14 PM
------------------------------
Mayank Goyal
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-06-20 05:38 PM
------------------------------
Mayank Goyal
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-06-20 07:53 PM
Make sure to follow the instructions in this link:
https://bpdocs.blueprism.com/bp-6-8/en-us/helpEncryption.htm
Try the option of storing the key in the database for now as there's an extra step in storing the key in the App server. Check the attached screenshot on how it should look like without the suffix "-None".
Best,
------------------------------
Max Elopre
Technical Consultant
Chicago IL
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-06-20 12:46 AM
------------------------------
Mayank Goyal
------------------------------
