<?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 md5 function in QV? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/md5-function-in-QV/m-p/150733#M716269</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are using Section Access to invoke row-level security in an app. We also have a table for user logins and passwords (password saved as an md5 hash in the table).&lt;/P&gt;&lt;P&gt;?Is there an md5( function in QlikView that will give us the correct hash that our database already generated, so I can compare the two to see if the password the user typed in was correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jul 2009 21:57:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-07-30T21:57:07Z</dc:date>
    <item>
      <title>md5 function in QV?</title>
      <link>https://community.qlik.com/t5/QlikView/md5-function-in-QV/m-p/150733#M716269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are using Section Access to invoke row-level security in an app. We also have a table for user logins and passwords (password saved as an md5 hash in the table).&lt;/P&gt;&lt;P&gt;?Is there an md5( function in QlikView that will give us the correct hash that our database already generated, so I can compare the two to see if the password the user typed in was correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2009 21:57:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/md5-function-in-QV/m-p/150733#M716269</guid>
      <dc:creator />
      <dc:date>2009-07-30T21:57:07Z</dc:date>
    </item>
    <item>
      <title>md5 function in QV?</title>
      <link>https://community.qlik.com/t5/QlikView/md5-function-in-QV/m-p/150734#M716270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this can be a new feature request for the next release, this could be very usefull, including others algorithms like sha1(Microsoft).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PD. i found the source code in C, but i dont think that is very simple to develop in QV (Macro Function)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2009 22:22:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/md5-function-in-QV/m-p/150734#M716270</guid>
      <dc:creator>hector</dc:creator>
      <dc:date>2009-07-30T22:22:35Z</dc:date>
    </item>
    <item>
      <title>md5 function in QV?</title>
      <link>https://community.qlik.com/t5/QlikView/md5-function-in-QV/m-p/150735#M716271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can download the md5.exe application which generate a hash code.&lt;/P&gt;&lt;P&gt;When reloading your application you can ask the password by a message box, then via a macro which run the md5, retrieve the hash code ?&lt;/P&gt;&lt;P&gt;This is not a perfect solution but that should be possible I think.&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2009 23:00:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/md5-function-in-QV/m-p/150735#M716271</guid>
      <dc:creator />
      <dc:date>2009-07-30T23:00:24Z</dc:date>
    </item>
    <item>
      <title>md5 function in QV?</title>
      <link>https://community.qlik.com/t5/QlikView/md5-function-in-QV/m-p/150736#M716272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Was anyone successful using this MD5 function for storing passwords etc?&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Peter.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2009 22:40:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/md5-function-in-QV/m-p/150736#M716272</guid>
      <dc:creator>peter_turner</dc:creator>
      <dc:date>2009-08-03T22:40:50Z</dc:date>
    </item>
    <item>
      <title>md5 function in QV?</title>
      <link>https://community.qlik.com/t5/QlikView/md5-function-in-QV/m-p/150737#M716273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MD5 and VBScript combos can be found here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.naterice.com/articles/66"&gt;http://www.naterice.com/articles/66&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.robvanderwoude.com/vbstech_files_md5.php"&gt;http://www.robvanderwoude.com/vbstech_files_md5.php&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2009 12:47:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/md5-function-in-QV/m-p/150737#M716273</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-04T12:47:58Z</dc:date>
    </item>
  </channel>
</rss>

