cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Decrypt data in Web intelligence report

Former Member
0 Likes
3,137

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

View Entire Topic
denis_konovalov
Active Contributor

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 ?

Former Member
0 Likes

Hi Denis,

Sorry, we don't have a driver that decrypt the data.What are the steps to work through SDK as we don't have much programming expertise in house?

If anyone has any 3rd party tool to meet the gole please feel free to suggest.

Thank You

denis_konovalov
Active Contributor
0 Likes

You haven't told us where that encrypted data is from and who encrypted it, so how can we answer those questions ?

Former Member
0 Likes

There is a .NET web/batch code that encrypts the field and then INSERTS/Updates the field in the database column.

denis_konovalov
Active Contributor
0 Likes

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.

Former Member
0 Likes

We don't have control on the process flow here, Thanks for your input Denis

All,

Please feel free to suggest an alternatives

Thanks,

denis_konovalov
Active Contributor
0 Likes

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 ? 😉

Former Member
0 Likes

I know what I am doing.

I am not working for NSA, that's confidential.

denis_konovalov
Active Contributor
0 Likes

NSA was a joke.
But the fact remains - if someone encrypted data, in order to decrypt it you need to cooperate with them.
Or use tools made to break encryptions.
In either case - SAP products can't help.