Reading Encrypted Queue Data in SQL Database?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
25-01-23 10:10 PM
Hi, we are using BP 6.5.1 and the Queue Data was set as Encrypted for years. As we need to read the Data field from BPAWorkQueueItem SQL table, we turned it Not to be Encrypted anymore. So, we have access to fetch data from the Work Queue for in-house Data Analytics purposes now.
However, the historical data within "Data" field remains Encrypted. Any idea what solution should be practiced reading those encrypted data, or, how to decrypt all historical data (using any solution)?
Here is a sample of records, showing the last encrypted huge column (data) on the right side:
------------------------------
Payam Karbasi
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
26-01-23 05:15 AM
Especially AES-256 is virtually impenetrable without the key.
Therefore decryption is possible only if you have saved the key.
------------------------------
Bohyon Hwang
Director
블루프리즘
Seoul
+82262033950
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
26-01-23 07:22 PM
------------------------------
Payam Karbasi
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-01-23 12:30 AM
Fortunately, you can find Utility - Encryption VBO in the DX.
visit this URL https://digitalexchange.blueprism.com/dx/entry/3439/solution/utility---encryption-2.
------------------------------
Bohyon Hwang
Director
블루프리즘
Seoul
+82262033950
------------------------------
