<?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 Decode hashed data in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Decode-hashed-data/m-p/67228#M14541</link>
    <description>Hi There,&lt;BR /&gt;
&lt;BR /&gt;
Is there any SAS function to decode hashed data. I ave hashed the data using MD5 function and wants to know how can I  convert the MD5 values back to original.&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance.</description>
    <pubDate>Thu, 26 Aug 2010 07:35:32 GMT</pubDate>
    <dc:creator>amits</dc:creator>
    <dc:date>2010-08-26T07:35:32Z</dc:date>
    <item>
      <title>Decode hashed data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Decode-hashed-data/m-p/67228#M14541</link>
      <description>Hi There,&lt;BR /&gt;
&lt;BR /&gt;
Is there any SAS function to decode hashed data. I ave hashed the data using MD5 function and wants to know how can I  convert the MD5 values back to original.&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance.</description>
      <pubDate>Thu, 26 Aug 2010 07:35:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Decode-hashed-data/m-p/67228#M14541</guid>
      <dc:creator>amits</dc:creator>
      <dc:date>2010-08-26T07:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Decode hashed data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Decode-hashed-data/m-p/67229#M14542</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
MD5 is a one-way secure hash function and as such you are not supposed to be able to convert an MD5 hash value back to the original.  MD5 is/was often used for verifying passwords without having to store the password, and so you can imagine how unsuitable it would be if you could easily derive a password from its MD5 hash &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
For more info on SAS MD5 function see &lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/63026/HTML/default/a003064419.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrdict/63026/HTML/default/a003064419.htm&lt;/A&gt; and for info on the MD5 algorithm see &lt;A href="http://en.wikipedia.org/wiki/MD5" target="_blank"&gt;http://en.wikipedia.org/wiki/MD5&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Cheers&lt;BR /&gt;
Paul</description>
      <pubDate>Thu, 26 Aug 2010 09:27:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Decode-hashed-data/m-p/67229#M14542</guid>
      <dc:creator>PaulHomes</dc:creator>
      <dc:date>2010-08-26T09:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Decode hashed data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Decode-hashed-data/m-p/67230#M14543</link>
      <description>MD5 is a one-way hash-function, restoring the originial value is not easy. I doubt that it can be done within SAS.&lt;BR /&gt;
&lt;BR /&gt;
More information about the md5-algorithm can be found at &lt;A href="http://en.wikipedia.org/wiki/Md5" target="_blank"&gt;http://en.wikipedia.org/wiki/Md5&lt;/A&gt;</description>
      <pubDate>Thu, 26 Aug 2010 09:32:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Decode-hashed-data/m-p/67230#M14543</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2010-08-26T09:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Decode hashed data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Decode-hashed-data/m-p/67231#M14544</link>
      <description>Thanks guys!!</description>
      <pubDate>Sun, 29 Aug 2010 23:05:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Decode-hashed-data/m-p/67231#M14544</guid>
      <dc:creator>amits</dc:creator>
      <dc:date>2010-08-29T23:05:58Z</dc:date>
    </item>
  </channel>
</rss>

