<?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: How to decrypt password which is encrypted using proc pwencode. in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/391861#M11899</link>
    <description>&lt;P&gt;The PWENCODE procedure enables you to encode passwords. Encoding obfuscates the data. Unlike encryption, encoding is a reversible permutation of the data and uses no keys.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Encoded passwords can be used in place of plaintext passwords in SAS programs that access relational database management systems (RDBMSs) and various servers. Examples are SAS/CONNECT servers, SAS/SHARE servers, SAS Integrated Object Model (IOM) servers, SAS Metadata Servers, and more.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;More on encoding and encryption can be found in the &lt;A title="Encryption in SAS" href="http://support.sas.com/documentation/cdl/en/secref/69831/HTML/default/viewer.htm#n0r32dnp2ulgvtn1ilx3iwwy9elf.htm" target="_self"&gt;Encryption in SAS documentation&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ron&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Aug 2017 14:38:11 GMT</pubDate>
    <dc:creator>RonAgresta</dc:creator>
    <dc:date>2017-08-30T14:38:11Z</dc:date>
    <item>
      <title>How to decrypt password which is encrypted using proc pwencode.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/139159#M2120</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;How to decrypt password which is encrypted using proc pwencode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 18:32:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/139159#M2120</guid>
      <dc:creator>venkatnaveen</dc:creator>
      <dc:date>2014-09-10T18:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to decrypt password which is encrypted using proc pwencode.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/139160#M2121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is no functionality in SAS for decrypting a password encrypted using proc pwencode. You can still use the encrypted password in your SAS programs without knowing what the original password is. The whole point of encrypting a password is to ensure that it cannot be easily decrypted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is the responsibility of the person encrypting the password to safely remember or store it somewhere secure such as in a password safe application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am curious to know why you want to decrypt - is it simply because the oroginal password has been forgotten? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 20:13:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/139160#M2121</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2014-09-10T20:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to decrypt password which is encrypted using proc pwencode.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/139161#M2122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which "encryption" algorithm have you used? The password should tell you (SAS1, SAS2, or SAS3).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And same question like SASKiwi: Why do you want to decrypt?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 22:04:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/139161#M2122</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2014-09-10T22:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to decrypt password which is encrypted using proc pwencode.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/139162#M2123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No way .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 12:14:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/139162#M2123</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2014-09-11T12:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to decrypt password which is encrypted using proc pwencode.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/139163#M2124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Proc Pwencode method SAS001 and SAS002 is only encoding. So for these 2 methods there is a way. SAS001 uses Base 64 so this is very simple. What SAS002 uses is not published but I would assume SAS TechSupport could help if really required and proven justified and legal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAS003 and SAS004 is real encryption so there I would also say "no way" as much as this can be said considering the SSL story.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/proc/67327/HTML/default/viewer.htm#n0dc6in0v7nfain1f2whl6f5x66p.htm" title="http://support.sas.com/documentation/cdl/en/proc/67327/HTML/default/viewer.htm#n0dc6in0v7nfain1f2whl6f5x66p.htm"&gt;Base SAS(R) 9.4 Procedures Guide, Third Edition&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 04:44:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/139163#M2124</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2014-09-12T04:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to decrypt password which is encrypted using proc pwencode.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/139164#M2125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agreed!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 05:45:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/139164#M2125</guid>
      <dc:creator>bl_jyskebank_dk</dc:creator>
      <dc:date>2014-09-12T05:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to decrypt password which is encrypted using proc pwencode.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/139165#M2126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not agreed.... SAS002 is MD5 (somewhere) found. SAS003 is coming with SAS/secure must be AES.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Think about the following:&lt;/P&gt;&lt;P&gt;- You can pwencode passwords for external databases. &lt;BR /&gt;- External databases can not understand the SAS pwencoding (it is starting with sas isn't it)&lt;/P&gt;&lt;P&gt;- Conclude there is a password decrypt function for pwencode in the SAS environments.&lt;BR /&gt;&amp;nbsp; This function is not published, but must be there. How can it work when it does not exist?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you are in a SAS environment and see a pwencoded string there is no need for decrypting, just do a copy paste to any other location you want and it will work.&lt;/P&gt;&lt;P&gt;There are several other things to think about before claiming pwencode is secure. These two (used obscurity of a function) and being copy paste-able are already serious enough for distrust.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 08:39:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/139165#M2126</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-09-12T08:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to decrypt password which is encrypted using proc pwencode.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/139166#M2127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="8872" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Isn't the question if "you" can reverse the password if given to you? Good luck with AES.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 10:44:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/139166#M2127</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2014-09-12T10:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to decrypt password which is encrypted using proc pwencode.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/139167#M2128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the question is can the password be reverted? Is somebody capable doing that?&lt;/P&gt;&lt;P&gt;The answer is yes. Please give me the function that SAS has hidden and all passwords are capable to be reverted by me.&lt;/P&gt;&lt;P&gt;When I can get in the middle somewhere I could capture the uncrypted versions of passwords. The SAS code could be injected with some malicious software around that.&lt;/P&gt;&lt;P&gt;As there is a technical way to uncrypt it, it is a possible vulnerability.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For fun a similar story with MS-office. You can encrypt that file (AES).&lt;/P&gt;&lt;P&gt;&lt;A href="http://technet.microsoft.com/en-us/library/cc179125(v=office.15).aspx" title="http://technet.microsoft.com/en-us/library/cc179125(v=office.15).aspx"&gt;Plan cryptography and encryption settings for Office 2013&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Too many issue people losing password in business environments. There is a docrecrypt tool&lt;/P&gt;&lt;P&gt;&lt;A href="http://technet.microsoft.com/en-us/library/jj923033(v=office.15).aspx" title="http://technet.microsoft.com/en-us/library/jj923033(v=office.15).aspx"&gt;Remove or reset file passwords in Office 2013&lt;/A&gt; Using a public key with an escrow key for recovery. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 11:51:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/139167#M2128</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-09-12T11:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to decrypt password which is encrypted using proc pwencode.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/139168#M2129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;decrypting SAS01 is very easy as it is a simple base 64 encoding.&lt;/P&gt;&lt;P&gt;decrypting SAS02 is not that easy, but if you know the trick it is quite easy and just takes a fraction of a second to do it. But this is not officially supported by SAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;decrypting SAS03 and SAS04: SAS needs to have an internal algorithm to do it. It is just a matter of energy you want to invest to revert it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually i would not rely on any of these methods to be considered secure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 12:54:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/139168#M2129</guid>
      <dc:creator>AndreasMenrath</dc:creator>
      <dc:date>2014-09-12T12:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to decrypt password which is encrypted using proc pwencode.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/139169#M2130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 08:18:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/139169#M2130</guid>
      <dc:creator>venkatnaveen</dc:creator>
      <dc:date>2014-09-16T08:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to decrypt password which is encrypted using proc pwencode.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/139170#M2131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;
&lt;P&gt;Patrick schrieb:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;A _jive_internal="true" data-containerid="-1" data-containertype="-1" data-objectid="8872" data-objecttype="3" href="https://communities.sas.com/people/jakarman"&gt;Jaap Karman&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Isn't the question if "you" can reverse the password if given to you? Good luck with AES.&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update to my former post:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i found a way to nicely ask the SAS software to decrypt a SAS01-SAS04 password for me. So i can decrypt any password in seconds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So even even the SAS04 method is not secure. It may use AES internally, but the key for the encryption has to be always the same to reuse the encoded password across different SAS machines and that you can promote your metadata and SAS programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I quote from &lt;A href="http://support.sas.com/documentation/cdl/en/proc/67327/HTML/default/n0lkz988trezwln1kwk6z7sltti1.htm" title="http://support.sas.com/documentation/cdl/en/proc/67327/HTML/default/n0lkz988trezwln1kwk6z7sltti1.htm"&gt;Concepts: PWENCODE Procedure :: Base SAS(R) 9.4 Procedures Guide, Third Edition&lt;/A&gt;:&lt;/P&gt;&lt;P&gt;"&lt;EM&gt;PROC PWENCODE is intended to prevent casual, non-malicious viewing of passwords. You should not depend on PROC PWENCODE for all your data security needs; a determined and knowledgeable attacker can decode the encoded passwords.&lt;/EM&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the conclusion is: using pwencode might prevent 99% of all your users from decrypting the password as clear text. But if the last 1% of users could do any damage with the clear text password or could gain access to highly sensitive data you should never rely on PROC PWENCODE! &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PROC PWENCODE passwords are not save!&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2014 12:50:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/139170#M2131</guid>
      <dc:creator>AndreasMenrath</dc:creator>
      <dc:date>2014-10-04T12:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to decrypt password which is encrypted using proc pwencode.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/139171#M2132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andreas, great you proved that is possible as that decrypt routine should be there (see the why in one of&amp;nbsp; my previous posts)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coding the pwencode in direct in source is an unsafe habit you can copy it and reuse that everywhere as it is code. The mental switch to make is that there is no need for decryption to do that. The only way to get that save is by storing that in safe well protected OS location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reviewing this discussing I do not see the argumentation why someone is asking this kind of questions. &lt;/P&gt;&lt;P&gt;I have seen this coming is a result of the regulations requiring a prudent IT organization and&amp;nbsp; implementation. For that auditors are passing by with some list with questions.&amp;nbsp; The common practiced approach is getting the auditor happy. By that may be ignoring the goal of that list. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andreas, regulations and Germany that must be DIN ISO/IEC 27002:2008 (27005:2008?). Do you have the content details for those auditability traceability.&amp;nbsp; &lt;/P&gt;&lt;P&gt; &lt;A href="http://www.din.de/sixcms_upload/media/2896/Kompass%20der%20IT-Sicherheitsstandards.pdf" title="http://www.din.de/sixcms_upload/media/2896/Kompass%20der%20IT-Sicherheitsstandards.pdf"&gt;http://www.din.de/sixcms_upload/media/2896/Kompass%20der%20IT-Sicherheitsstandards.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2014 20:55:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/139171#M2132</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-10-04T20:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to decrypt password which is encrypted using proc pwencode.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/139172#M2133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure what you mean. I never did an audit, so i don't know the regulations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still the key part about security depending on PROC PWENCODED passwords is:&lt;/P&gt;&lt;P&gt;do not think it is save and the password cannot be reverted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prefer operating system security (like Integrated Windows Authentication, File System user access rights, ...) or prompt the user for a password.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 07:11:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/139172#M2133</guid>
      <dc:creator>AndreasMenrath</dc:creator>
      <dc:date>2014-10-06T07:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to decrypt password which is encrypted using proc pwencode.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/139173#M2134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andreas, That document I have linked to is an excellent compass for all laws and regulations(D). Most of those are international similar.&lt;/P&gt;&lt;P&gt;It is mentioning: Cobit, ITIL, IDW PS 330 (D prufing oder English auditing) and&amp;nbsp; Kontrag(D) BaseslII SOX Euro-SOX BDSG(D dataprivacy)&amp;nbsp; and cryptography (PKI). There is nice table for type of the company and the relevant standards (page 11-12).&lt;/P&gt;&lt;P&gt;It is ashtonishing IT suppliers exists that are not aware of this and offering solutions that are unnecessary conflicting with them.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 09:43:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/139173#M2134</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-10-06T09:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to decrypt password which is encrypted using proc pwencode.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/139174#M2135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Proc pwdecode &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 17:38:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/139174#M2135</guid>
      <dc:creator>Venkat4</dc:creator>
      <dc:date>2015-07-28T17:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to decrypt password which is encrypted using proc pwencode.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/139175#M2136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: red; line-height: 115%; font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-NZ; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-theme-font: minor-latin;"&gt;ERROR: Procedure PWDECODE not found.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 04:22:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/139175#M2136</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-07-29T04:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to decrypt password which is encrypted using proc pwencode.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/139176#M2137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://decrypt-password.appspot.com/sas-pwdecode/" title="https://decrypt-password.appspot.com/sas-pwdecode/"&gt;SAS PWDECODE - SAS PWENCODE DECODE&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Looks a rainbow approach. &lt;BR /&gt;Still te question what SAS has implemented as decode routine to pass that decrypted&amp;nbsp; to Oracle. With a trace it should be able to catch those at that level between SAS and the external client.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 05:51:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/139176#M2137</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-07-29T05:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to decrypt password which is encrypted using proc pwencode.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/326134#M9507</link>
      <description>&lt;P&gt;Can you share how you got SAS to do that?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LB&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2017 21:38:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/326134#M9507</guid>
      <dc:creator>LB</dc:creator>
      <dc:date>2017-01-19T21:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to decrypt password which is encrypted using proc pwencode.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/391861#M11899</link>
      <description>&lt;P&gt;The PWENCODE procedure enables you to encode passwords. Encoding obfuscates the data. Unlike encryption, encoding is a reversible permutation of the data and uses no keys.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Encoded passwords can be used in place of plaintext passwords in SAS programs that access relational database management systems (RDBMSs) and various servers. Examples are SAS/CONNECT servers, SAS/SHARE servers, SAS Integrated Object Model (IOM) servers, SAS Metadata Servers, and more.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;More on encoding and encryption can be found in the &lt;A title="Encryption in SAS" href="http://support.sas.com/documentation/cdl/en/secref/69831/HTML/default/viewer.htm#n0r32dnp2ulgvtn1ilx3iwwy9elf.htm" target="_self"&gt;Encryption in SAS documentation&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ron&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2017 14:38:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-decrypt-password-which-is-encrypted-using-proc-pwencode/m-p/391861#M11899</guid>
      <dc:creator>RonAgresta</dc:creator>
      <dc:date>2017-08-30T14:38:11Z</dc:date>
    </item>
  </channel>
</rss>

