<?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 Re: hash128(), hash160 &amp; hash256 ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/hash128-hash160-hash256/m-p/443243#M165213</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you provide an example App ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Satti &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Jun 2013 17:30:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-06-10T17:30:07Z</dc:date>
    <item>
      <title>hash128(), hash160 &amp; hash256 ?</title>
      <link>https://community.qlik.com/t5/QlikView/hash128-hash160-hash256/m-p/443241#M165211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; What is hash function?&lt;/P&gt;&lt;P&gt; What are the advantages of hash functions ? &lt;/P&gt;&lt;P&gt; what are the difference between hash128(), hash160 &amp;amp; hash256?&lt;/P&gt;&lt;P&gt; in which scenario we can use ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Satti &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 14:45:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hash128-hash160-hash256/m-p/443241#M165211</guid>
      <dc:creator />
      <dc:date>2013-06-05T14:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: hash128(), hash160 &amp; hash256 ?</title>
      <link>https://community.qlik.com/t5/QlikView/hash128-hash160-hash256/m-p/443242#M165212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hash function creates an internal representation of fields associated;&lt;/P&gt;&lt;P&gt;replaces the old logic of concatenate strings so previously we had&lt;/P&gt;&lt;P&gt;field1 &amp;amp; field2 ... &amp;amp; fieldn as myfield&lt;/P&gt;&lt;P&gt;now we can write autonumberhash128(field1, field2 ...) as myfield&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The advantage is that everithing is left to the function, the code is internal, univoque and safe.&lt;/P&gt;&lt;P&gt;128, 160, 256 depends on the number of bytes involved so if you have a long list of field you need 256 ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 14:54:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hash128-hash160-hash256/m-p/443242#M165212</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-06-05T14:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: hash128(), hash160 &amp; hash256 ?</title>
      <link>https://community.qlik.com/t5/QlikView/hash128-hash160-hash256/m-p/443243#M165213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you provide an example App ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Satti &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 17:30:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hash128-hash160-hash256/m-p/443243#M165213</guid>
      <dc:creator />
      <dc:date>2013-06-10T17:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: hash128(), hash160 &amp; hash256 ?</title>
      <link>https://community.qlik.com/t5/QlikView/hash128-hash160-hash256/m-p/443244#M165214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use HASH128() if you want to scramble text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so in the Script or even an Expression List Box you can use;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HASH128(Product) as ScrambledProduct&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a sample app where I have created a List Box Epression to emphasize HASH128&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 17:37:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hash128-hash160-hash256/m-p/443244#M165214</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-06-10T17:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: hash128(), hash160 &amp; hash256 ?</title>
      <link>https://community.qlik.com/t5/QlikView/hash128-hash160-hash256/m-p/443245#M165215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have checked the attached file. And the hash128() is useful and that's what I want. But I have another question. Is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there have any ways to make it back to original data if we use the hash128() function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for my poor English.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2013 07:00:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hash128-hash160-hash256/m-p/443245#M165215</guid>
      <dc:creator>uacg0009</dc:creator>
      <dc:date>2013-10-18T07:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: hash128(), hash160 &amp; hash256 ?</title>
      <link>https://community.qlik.com/t5/QlikView/hash128-hash160-hash256/m-p/443246#M165216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, just remove the HASH(128) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like in the example qvw I posted earlier&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of HASH128(Alpha)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just say Alpha and the strings will revert to the original&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2013 07:16:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hash128-hash160-hash256/m-p/443246#M165216</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-10-18T07:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: hash128(), hash160 &amp; hash256 ?</title>
      <link>https://community.qlik.com/t5/QlikView/hash128-hash160-hash256/m-p/443247#M165217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer. But sorry for my previous presentation. Maybe it's not so clear to let you know what I want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me make it clarify. I just want a way like hash128() or some other functions that I don't know to make the data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;encrypted. And I also need a way to make it back. Do you have any ideas about the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Best Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2013 07:41:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hash128-hash160-hash256/m-p/443247#M165217</guid>
      <dc:creator>uacg0009</dc:creator>
      <dc:date>2013-10-18T07:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: hash128(), hash160 &amp; hash256 ?</title>
      <link>https://community.qlik.com/t5/QlikView/hash128-hash160-hash256/m-p/443248#M165218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the Scramble option in Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However to revert back to the actual Data you will need to reload the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Document properties, choose your Field and Click Scramble.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will keep the field Data Scrambled until the Document is reloaded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats all I know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2013-10-18_0859.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/47818_2013-10-18_0859.png" style="width: 620px; height: 480px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2013 08:11:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hash128-hash160-hash256/m-p/443248#M165218</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-10-18T08:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: hash128(), hash160 &amp; hash256 ?</title>
      <link>https://community.qlik.com/t5/QlikView/hash128-hash160-hash256/m-p/443249#M165219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hashing is a one-way operation, so you cannot (theoretically) decode a hashed value. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 20:48:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hash128-hash160-hash256/m-p/443249#M165219</guid>
      <dc:creator>barryharmsen</dc:creator>
      <dc:date>2014-03-07T20:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: hash128(), hash160 &amp; hash256 ?</title>
      <link>https://community.qlik.com/t5/QlikView/hash128-hash160-hash256/m-p/443250#M165220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when do we want to scramble? whats the use when reloading will unscramble it back?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 06:38:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hash128-hash160-hash256/m-p/443250#M165220</guid>
      <dc:creator />
      <dc:date>2015-01-21T06:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: hash128(), hash160 &amp; hash256 ?</title>
      <link>https://community.qlik.com/t5/QlikView/hash128-hash160-hash256/m-p/443251#M165221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would want to scramble when demoing Data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2015 18:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hash128-hash160-hash256/m-p/443251#M165221</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2015-01-27T18:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: hash128(), hash160 &amp; hash256 ?</title>
      <link>https://community.qlik.com/t5/QlikView/hash128-hash160-hash256/m-p/443252#M165222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ther&amp;nbsp; is a good discussion here &lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/304652#304652" title="http://community.qlik.com/message/304652#304652"&gt;http://community.qlik.com/message/304652#304652&lt;/A&gt;&lt;/P&gt;&lt;P&gt;the last post&amp;nbsp; has a link to an encrypt/decrypt example (it seems)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2015 19:18:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hash128-hash160-hash256/m-p/443252#M165222</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-01-27T19:18:36Z</dc:date>
    </item>
  </channel>
</rss>

