Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
oscarjonsson
Partner - Contributor II
Partner - Contributor II

JavaScriptAESencrypt in Qlik Sense?

Hi! 

We have an issue with convertering an app from QlikView to Qlik Sense. In QlikView we have used JavaScriptAESencrypt to encrypt fields in an URL which we then use in the application.

An example from from QlikView on how we use it:

'/Site.aspx?&token1=' & JavaScriptAESencrypt(token1) & '&token2=' & JavaScriptAESencrypt(token2),' as Url

Is there any function or extension that will help us achieve the same thing that we currently have in QlikView? 

Labels (1)
1 Reply
oscarjonsson
Partner - Contributor II
Partner - Contributor II
Author

Just digged a bit deeper into this, JavaScriptAESencrypt isn't a QlikView function as I first thought... But a macro with JavaScript code to encrypt a value.

Is there a way to encrypt token1 and token2 with the same function in Qlik Sense in some way? I would like to do this in the load script but if there is a way to do it in the "front end" that would work as well. 

 

//Oscar