<?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 algorithm in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/MD5-algorithm/m-p/353204#M82430</link>
    <description>&lt;P&gt;Hi All, I am trying to call md5 algorithm from my SAS program. Can anyone help on doing this? I currently dont have md5 installed on my system.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Apr 2017 14:28:05 GMT</pubDate>
    <dc:creator>KBACHU</dc:creator>
    <dc:date>2017-04-25T14:28:05Z</dc:date>
    <item>
      <title>MD5 algorithm</title>
      <link>https://communities.sas.com/t5/SAS-Programming/MD5-algorithm/m-p/353204#M82430</link>
      <description>&lt;P&gt;Hi All, I am trying to call md5 algorithm from my SAS program. Can anyone help on doing this? I currently dont have md5 installed on my system.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 14:28:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/MD5-algorithm/m-p/353204#M82430</guid>
      <dc:creator>KBACHU</dc:creator>
      <dc:date>2017-04-25T14:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: MD5 algorithm</title>
      <link>https://communities.sas.com/t5/SAS-Programming/MD5-algorithm/m-p/353206#M82431</link>
      <description>&lt;P&gt;Md5() is a SAS function and there is no need to install it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Give a String with a length less than 256 bytes and get a 16-byte value. An example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mymd5 = md5("This is a big string");&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 14:34:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/MD5-algorithm/m-p/353206#M82431</guid>
      <dc:creator>KachiM</dc:creator>
      <dc:date>2017-04-25T14:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: MD5 algorithm</title>
      <link>https://communities.sas.com/t5/SAS-Programming/MD5-algorithm/m-p/353207#M82432</link>
      <description>&lt;P&gt;Are you asking about the SAS function MD5? The function takes any string as the argument and returns a 128-bit hash value.&lt;/P&gt;
&lt;PRE&gt;data junk;
   y = md5('abc');
   z = md5('access method');
   put y= / y = hex32.;
   put z= / z = hex32.;
run;&lt;/PRE&gt;</description>
      <pubDate>Tue, 25 Apr 2017 14:35:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/MD5-algorithm/m-p/353207#M82432</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-04-25T14:35:24Z</dc:date>
    </item>
  </channel>
</rss>

