on ‎2018 Jan 29 9:26 PM
Hello,
We are trying to decrypt the data in web intelligence report. There is an encrypted data column that needs to be decrypted. Please suggest an option to decrypt the data in run time or when report is refreshed or any other alternative...
Appreciate the response. Thanks and looking forward to suggestions.
Regards,
Mohammad
Request clarification before answering.
You definitely need the encryption and decryption logic in order to achieve this.. I would suggest you to build the decryption logic at database level as function and make use of it in object definition in universe level.
Thanks
Mani
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mani,
Function being used before data is loaded in database is
publicstring Encrypt'FIELD'(string 'FIELD'){returnthis.EncryptStringAES('FIELD);}
Now, in Universe object definition,
modifying the sql expression using the function ....Decrypt'FIELD'...would yield to intended result?
If there is an additional need of 'PlainText' or 'Ciphertext' etc.. I can try that as well.
Thank You,
Mohammad
If you have encrypted data in your database - that means there was some sort of process in place to either encrypt it during placement into the database or before it was placed into database.
Both means that it was done with external to BOE tools.
So, in order to decrypt it - either the DB function needs to be done or another tool.
Here is the sample - CMS DB. Its encrypted. The data in it can be accessed either via SDK or via CMS DB Driver (which decrypts the data) which allows webi to access it via universe.
Do you have a driver for your DB that decrypts data ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
then why would you expect BOE SDK to be able to un-encrypt it ?
You need to talk to/work with the people who made this .net web/batch code on how to decrypt their stuff before webi can pull it.
Webi or BOE in general cannot encrypt/decrypt data stored in the reporting databases. You need to work with people who own the database or who create the encrypted data.
there is no alternative.
no one can arbitrary decrypt encrypted data via reporting tool.
It is simply impossible. If you can't cooperate with people who encrypted data - then you are not supposed to decrypt it in the first place.
You are in effect hacking and trying to access something you're not supposed to.
Are you working for NSA ? 😉
Web Intelligence has no encrypt/decrypt abilities. The only thing I can think to do is to schedule/save the data in the document to excel, CSV or text etc, then have the data decrypted outside of BI somehow.
Mike
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.