<?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 mask password in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/how-to-mask-password/m-p/708773#M21122</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Run the code below on SASStudio or Enterprise Guide&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc pwencode in="YourPassWord";&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You find the encoded password in results starting with&amp;nbsp;{SAS002}XXXXXXXXXX&lt;/P&gt;</description>
    <pubDate>Wed, 30 Dec 2020 15:12:55 GMT</pubDate>
    <dc:creator>edmar</dc:creator>
    <dc:date>2020-12-30T15:12:55Z</dc:date>
    <item>
      <title>how to mask password</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/how-to-mask-password/m-p/708589#M21116</link>
      <description>&lt;P&gt;We have two two coloumn in input file one contain id and one contain password.&lt;/P&gt;&lt;P&gt;I want to print password like ***** by masking actual value . How to do that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 16:38:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/how-to-mask-password/m-p/708589#M21116</guid>
      <dc:creator>Aexor</dc:creator>
      <dc:date>2020-12-29T16:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to mask password</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/how-to-mask-password/m-p/708615#M21117</link>
      <description>&lt;P&gt;For printing purposes, use a format.&amp;nbsp; For example:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc format;
value $pw other='*****';
run;

proc print data=have;
var id password;
format password $pw.;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Dec 2020 18:17:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/how-to-mask-password/m-p/708615#M21117</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2020-12-29T18:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to mask password</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/how-to-mask-password/m-p/708773#M21122</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Run the code below on SASStudio or Enterprise Guide&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc pwencode in="YourPassWord";&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You find the encoded password in results starting with&amp;nbsp;{SAS002}XXXXXXXXXX&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2020 15:12:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/how-to-mask-password/m-p/708773#M21122</guid>
      <dc:creator>edmar</dc:creator>
      <dc:date>2020-12-30T15:12:55Z</dc:date>
    </item>
  </channel>
</rss>

