<?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: Hashing method to get SHA256 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hashing-method-to-get-SHA256/m-p/937091#M647408</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, however I would like to do this in Qlikview or SQL. There is a HASH256() function in Qlikview but it is not giving me the results I need, so I'm guessing I'm missing a step.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Nov 2015 08:16:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-11-19T08:16:17Z</dc:date>
    <item>
      <title>Hashing method to get SHA256</title>
      <link>https://community.qlik.com/t5/QlikView/Hashing-method-to-get-SHA256/m-p/937089#M647406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering if anyone knows a function to get the hash in the following format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;○ Hashing method: SHA256&lt;/P&gt;&lt;P&gt;○ ID format: 32 bytes id in hex&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The result for email:&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:example@gmail.com"&gt;example@gmail.com&lt;/A&gt;&lt;SPAN&gt;, should be:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;264e53d93759bde067fd01ef2698f98d1253c730d12f021116f02eebcfa9ace6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is to hash emails to upload into google adwords new Customer Match function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Betul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 21:55:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hashing-method-to-get-SHA256/m-p/937089#M647406</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-18T21:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Hashing method to get SHA256</title>
      <link>https://community.qlik.com/t5/QlikView/Hashing-method-to-get-SHA256/m-p/937090#M647407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a macro to calculate the hash using SHA256. Maybe (just did a short web search) using &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freevbcode.com/ShowCode.asp?ID=2565" title="http://www.freevbcode.com/ShowCode.asp?ID=2565"&gt;FreeVBCode code snippet: SHA-256 One Way Encryption: VB and ASP Implementation&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 22:21:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hashing-method-to-get-SHA256/m-p/937090#M647407</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-18T22:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Hashing method to get SHA256</title>
      <link>https://community.qlik.com/t5/QlikView/Hashing-method-to-get-SHA256/m-p/937091#M647408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, however I would like to do this in Qlikview or SQL. There is a HASH256() function in Qlikview but it is not giving me the results I need, so I'm guessing I'm missing a step.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 08:16:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hashing-method-to-get-SHA256/m-p/937091#M647408</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-19T08:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Hashing method to get SHA256</title>
      <link>https://community.qlik.com/t5/QlikView/Hashing-method-to-get-SHA256/m-p/937092#M647409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AFAIK, Hash256() is not using SHA256, it's using a different hashing algorithm. If you need to exactely use SHA256, I think you need to call some macro or do the transformation outside of QV, before loading the data in.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 11:24:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hashing-method-to-get-SHA256/m-p/937092#M647409</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-19T11:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Hashing method to get SHA256</title>
      <link>https://community.qlik.com/t5/QlikView/Hashing-method-to-get-SHA256/m-p/1579932#M647410</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22245"&gt;@swuehl&lt;/a&gt;&amp;nbsp;&amp;amp;&amp;nbsp;@Anonymous,&lt;/P&gt;&lt;P&gt;I am stuck with a similar problem where I need to hash data in Qlik Sense using SHA - 256. Could you guys please help in figuring out how this can be achieved in Qlik Sense ?&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Madhuparna Dhar&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2019 13:13:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hashing-method-to-get-SHA256/m-p/1579932#M647410</guid>
      <dc:creator>madhuparnadhar</dc:creator>
      <dc:date>2019-05-14T13:13:01Z</dc:date>
    </item>
  </channel>
</rss>

