<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Compress and encrypt text in load skript in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Compress-and-encrypt-text-in-load-skript/m-p/2145649#M93218</link>
    <description>&lt;P&gt;Hi, in load skript I create a link with some parameters e.g. customerId, date, storeId, etc..&amp;nbsp;&lt;BR /&gt;The link is used in a straigt table to jump to an Qlik-external details webpage.&lt;BR /&gt;I don't want the link to show the parameters. So I thought there may be a way to encrypt the parameters of the link (e.g. JWT) or compress it, because it is quite long.&lt;BR /&gt;Is there a way to do that?&lt;BR /&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Fri, 08 Dec 2023 08:47:43 GMT</pubDate>
    <dc:creator>Jaeger</dc:creator>
    <dc:date>2023-12-08T08:47:43Z</dc:date>
    <item>
      <title>Compress and encrypt text in load skript</title>
      <link>https://community.qlik.com/t5/App-Development/Compress-and-encrypt-text-in-load-skript/m-p/2145649#M93218</link>
      <description>&lt;P&gt;Hi, in load skript I create a link with some parameters e.g. customerId, date, storeId, etc..&amp;nbsp;&lt;BR /&gt;The link is used in a straigt table to jump to an Qlik-external details webpage.&lt;BR /&gt;I don't want the link to show the parameters. So I thought there may be a way to encrypt the parameters of the link (e.g. JWT) or compress it, because it is quite long.&lt;BR /&gt;Is there a way to do that?&lt;BR /&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2023 08:47:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Compress-and-encrypt-text-in-load-skript/m-p/2145649#M93218</guid>
      <dc:creator>Jaeger</dc:creator>
      <dc:date>2023-12-08T08:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Compress and encrypt text in load skript</title>
      <link>https://community.qlik.com/t5/App-Development/Compress-and-encrypt-text-in-load-skript/m-p/2145711#M93223</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You could hash the by using hash256(linkfield).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2023 10:55:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Compress-and-encrypt-text-in-load-skript/m-p/2145711#M93223</guid>
      <dc:creator>ManuelRühl</dc:creator>
      <dc:date>2023-12-08T10:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Compress and encrypt text in load skript</title>
      <link>https://community.qlik.com/t5/App-Development/Compress-and-encrypt-text-in-load-skript/m-p/2145726#M93225</link>
      <description>&lt;P&gt;I wonder if I can get back the unhashed value inside the target web application (with .Net Framework 4.8.1).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2023 11:53:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Compress-and-encrypt-text-in-load-skript/m-p/2145726#M93225</guid>
      <dc:creator>Jaeger</dc:creator>
      <dc:date>2023-12-08T11:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Compress and encrypt text in load skript</title>
      <link>https://community.qlik.com/t5/App-Development/Compress-and-encrypt-text-in-load-skript/m-p/2145846#M93229</link>
      <description>&lt;P&gt;hash256() is one way so you could not recover the value in the webapp. Instead you could do something like Base64 encoding. Search "qlik base64 script" for some example script.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2023 17:19:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Compress-and-encrypt-text-in-load-skript/m-p/2145846#M93229</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2023-12-08T17:19:50Z</dc:date>
    </item>
  </channel>
</rss>

