<?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 encrypt SAS codes using sas in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-encrypt-SAS-codes-using-sas/m-p/430527#M106419</link>
    <description>&lt;P&gt;Yep, that paper describes exactly why most of our code from pre 64bit no no longer works, nor will ever work as we can't see any of it.&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jan 2018 16:36:47 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2018-01-24T16:36:47Z</dc:date>
    <item>
      <title>How to encrypt SAS codes using sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-encrypt-SAS-codes-using-sas/m-p/430379#M106383</link>
      <description>Hi forum,&lt;BR /&gt;Is there a way to password protect SAS codes using sas?&lt;BR /&gt;If so please provide code.&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 24 Jan 2018 12:22:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-encrypt-SAS-codes-using-sas/m-p/430379#M106383</guid>
      <dc:creator>Sharathr</dc:creator>
      <dc:date>2018-01-24T12:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to encrypt SAS codes using sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-encrypt-SAS-codes-using-sas/m-p/430393#M106385</link>
      <description>&lt;P&gt;Since SAS is at it's core an interpreter, the codes are basically open source. You can "hide" code by putting it in macros in catalogs that have a&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options nosource;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;included so that the code will not be displayed in the log. Have much fun maintaining such crap.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 12:53:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-encrypt-SAS-codes-using-sas/m-p/430393#M106385</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-01-24T12:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to encrypt SAS codes using sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-encrypt-SAS-codes-using-sas/m-p/430429#M106389</link>
      <description>You could make 
a Stored Compiled DATA Step Program .</description>
      <pubDate>Wed, 24 Jan 2018 13:59:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-encrypt-SAS-codes-using-sas/m-p/430429#M106389</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-01-24T13:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to encrypt SAS codes using sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-encrypt-SAS-codes-using-sas/m-p/430433#M106391</link>
      <description>&lt;P&gt;Why?&amp;nbsp; Hiding your code is just really bad practice.&amp;nbsp; Trust me, we have just lost a whole shedload of historical coding which was hidden in compiled catalogs due to the 64bit move.&amp;nbsp; The age of hidden, compiled code is hopefully over and good riddance.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 14:10:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-encrypt-SAS-codes-using-sas/m-p/430433#M106391</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-01-24T14:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to encrypt SAS codes using sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-encrypt-SAS-codes-using-sas/m-p/430509#M106415</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/179995"&gt;@Sharathr&lt;/a&gt; wrote:&lt;BR /&gt;Hi forum,&lt;BR /&gt;Is there a way to password protect SAS codes using sas?&lt;BR /&gt;If so please provide code.&lt;BR /&gt;Thanks.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;A href="https://amadeus.co.uk/sas-tips/how-to-keep-secret-code-secret/" target="_blank"&gt;https://amadeus.co.uk/sas-tips/how-to-keep-secret-code-secret/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 15:56:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-encrypt-SAS-codes-using-sas/m-p/430509#M106415</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-01-24T15:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to encrypt SAS codes using sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-encrypt-SAS-codes-using-sas/m-p/430527#M106419</link>
      <description>&lt;P&gt;Yep, that paper describes exactly why most of our code from pre 64bit no no longer works, nor will ever work as we can't see any of it.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 16:36:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-encrypt-SAS-codes-using-sas/m-p/430527#M106419</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-01-24T16:36:47Z</dc:date>
    </item>
  </channel>
</rss>

