<?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: Encode password on UNIX server in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Encode-password-on-UNIX-server/m-p/596635#M15977</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/293441"&gt;@katies&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it's SAS tables then security needs to be applied on OS level. You don't need a password but you just store the SAS tables (files) in a folder which is only readable by defined users/groups.&lt;/P&gt;
&lt;P&gt;If it's a database then use an authentication domain defined in SAS Metadata and apply SAS metadata security on this domain so that that only defined users/groups can use it.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Oct 2019 19:25:56 GMT</pubDate>
    <dc:creator>Patrick</dc:creator>
    <dc:date>2019-10-15T19:25:56Z</dc:date>
    <item>
      <title>Encode password on UNIX server</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Encode-password-on-UNIX-server/m-p/596613#M15971</link>
      <description>&lt;P&gt;I want to encode my password for a database and use it in a libname statement on another library.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using the code below, but I'm having trouble with the filepath portion. How do I write to a file that is not accessible to everyone on the server.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename pwfile 'filepath';

proc pwencode in='password';
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 15 Oct 2019 17:53:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Encode-password-on-UNIX-server/m-p/596613#M15971</guid>
      <dc:creator>katies</dc:creator>
      <dc:date>2019-10-15T17:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Encode password on UNIX server</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Encode-password-on-UNIX-server/m-p/596635#M15977</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/293441"&gt;@katies&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it's SAS tables then security needs to be applied on OS level. You don't need a password but you just store the SAS tables (files) in a folder which is only readable by defined users/groups.&lt;/P&gt;
&lt;P&gt;If it's a database then use an authentication domain defined in SAS Metadata and apply SAS metadata security on this domain so that that only defined users/groups can use it.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 19:25:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Encode-password-on-UNIX-server/m-p/596635#M15977</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2019-10-15T19:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Encode password on UNIX server</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Encode-password-on-UNIX-server/m-p/596677#M15984</link>
      <description>&lt;P&gt;If you leave out the filename the encrypted password is written to the SAS log where you can copy and paste it wherever you like.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please bear in mind, that leaving even encrypted passwords in files is not secure. For example, anyone can copy this password into their own SAS programs and providing they also know the user name can access databases without unencrypting the password string.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 23:06:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Encode-password-on-UNIX-server/m-p/596677#M15984</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-10-15T23:06:43Z</dc:date>
    </item>
  </channel>
</rss>

