Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Maveer
Contributor II
Contributor II

Data Decryption in Qlik Sense.

Hello Qlik Experts,

We fetch the data using REST API connector. The fetched data is in encrypted format. We need to decrypt the data when imported to Qlik Dashboard.

I like to know , is there any way to decrypt(decryption mechanism) data in Qlik sense ?

Please advise if this is a possibility, if yes, advise the procedure, if No, kindly suggest an Alternative as the Objective is to ensure to the Data displayed on Qlik dashboard is Decrypted.

Below is the sample data which created for reference.

Machine Id Country Role
b56JyaLk1PVhLa6OZx/CExaAQUrs4zXAlbpkZZNXU/w= JksE16IQ23BG0UTmH872kU9azILdf2ldC82kkvROru4= jtdil30P/ZmKJsMrSgMYHfHDxLcAjq0Z4z53uZWF3Ps= UgXMXcx31WzakwG5nSCKVmXgGdPfQfbTkiBbcUutFQg=
Labels (2)
1 Solution

Accepted Solutions
Francisco_Fernandez

Hello @Maveer ,

It's possible to achieve that by using SSE (Server side extensions)

Here you will find some documentation about SSE:

https://help.qlik.com/en-US/sense-developer/May2021/Content/Sense_Helpsites/SSE-open-source.htm
https://community.qlik.com/t5/Knowledge/Qlik-Server-Side-Extension-SSE-with-Analytic-Connections/ta-...

and here is an example:

https://github.com/flautrup/SecSSE

 

Hope this helps.

 

Best regards,

Francisco

View solution in original post

1 Reply
Francisco_Fernandez

Hello @Maveer ,

It's possible to achieve that by using SSE (Server side extensions)

Here you will find some documentation about SSE:

https://help.qlik.com/en-US/sense-developer/May2021/Content/Sense_Helpsites/SSE-open-source.htm
https://community.qlik.com/t5/Knowledge/Qlik-Server-Side-Extension-SSE-with-Analytic-Connections/ta-...

and here is an example:

https://github.com/flautrup/SecSSE

 

Hope this helps.

 

Best regards,

Francisco