<?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 Hashcode to readable string format in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hashcode-to-readable-string-format/m-p/9803740#M1780265</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a function module or any code for converting from hashcode to string. I Googled a lot but could not find the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;B35640911EBA4565 is my hash code. After converting I should get "qwer123!" as output string. So how can I convert? And the hash key is of type RAW(8).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Satish D R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Sep 2013 09:48:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-09-24T09:48:14Z</dc:date>
    <item>
      <title>Hashcode to readable string format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hashcode-to-readable-string-format/m-p/9803740#M1780265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a function module or any code for converting from hashcode to string. I Googled a lot but could not find the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;B35640911EBA4565 is my hash code. After converting I should get "qwer123!" as output string. So how can I convert? And the hash key is of type RAW(8).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Satish D R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 09:48:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hashcode-to-readable-string-format/m-p/9803740#M1780265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-24T09:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Hashcode to readable string format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hashcode-to-readable-string-format/m-p/9803741#M1780266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not possible. Hash is a &lt;A href="http://en.wikipedia.org/wiki/One-way_function"&gt;one way function&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Imagine, a 1gb file can have RAW8 hash. If reversing was possible, it would be world's best compression algorithm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 11:15:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hashcode-to-readable-string-format/m-p/9803741#M1780266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-24T11:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Hashcode to readable string format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hashcode-to-readable-string-format/m-p/9803742#M1780267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per definition, the result of a cryptographic hash function is/should be irreversible, i.e. one cannot/shouldn't be able to retrieve the plain text password from the hash value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this article to see more on the hash algorithms in SAP. &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.daniel-berlin.de/security/sap-sec/password-hash-algorithms/" title="http://www.daniel-berlin.de/security/sap-sec/password-hash-algorithms/"&gt;http://www.daniel-berlin.de/security/sap-sec/password-hash-algorithms/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 11:33:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hashcode-to-readable-string-format/m-p/9803742#M1780267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-24T11:33:42Z</dc:date>
    </item>
  </channel>
</rss>

