<?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: Read aes/pgp encrypted external file in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Read-aes-pgp-encrypted-external-file/m-p/260622#M57558</link>
    <description>&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you received a possible way for doing this. I am also discovering that how to load a PGP encrypted csv file into sas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any pointer would be helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nishant&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Apr 2016 07:04:23 GMT</pubDate>
    <dc:creator>NAwasthi</dc:creator>
    <dc:date>2016-04-01T07:04:23Z</dc:date>
    <item>
      <title>Read aes/pgp encrypted external file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Read-aes-pgp-encrypted-external-file/m-p/202282#M50496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using SAS 9.3/Linux...can someone help me with the SAS procs which can be use to import pgp/aes encrypted external file (delimited file either CSV or text file) in SAS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or it can be achievable using infile pipe statement with SAS options to decrypt while reading the file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 14:31:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Read-aes-pgp-encrypted-external-file/m-p/202282#M50496</guid>
      <dc:creator>manishh</dc:creator>
      <dc:date>2015-07-14T14:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Read aes/pgp encrypted external file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Read-aes-pgp-encrypted-external-file/m-p/202283#M50497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it is possible to do this using an infile pipe, but there are certain caveats to this.&amp;nbsp; Using a tool, such as &lt;A href="https://www.gnupg.org/documentation/manuals/gnupg/Invoking-GPG_002dAGENT.html" title="https://www.gnupg.org/documentation/manuals/gnupg/Invoking-GPG_002dAGENT.html"&gt;GPG-AGENT&lt;/A&gt; can be helpful in avoiding the items that sometimes require human interaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 15:11:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Read-aes-pgp-encrypted-external-file/m-p/202283#M50497</guid>
      <dc:creator>FriedEgg</dc:creator>
      <dc:date>2015-07-14T15:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Read aes/pgp encrypted external file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Read-aes-pgp-encrypted-external-file/m-p/202284#M50498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks for response, is it supported by SAS procs?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Using gpg-agent, first ext file should&lt;SPAN style="font-size: 10pt;"&gt; be decrypt on o/s level then can be import. Isn't it?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 17:21:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Read-aes-pgp-encrypted-external-file/m-p/202284#M50498</guid>
      <dc:creator>manishh</dc:creator>
      <dc:date>2015-07-14T17:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Read aes/pgp encrypted external file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Read-aes-pgp-encrypted-external-file/m-p/202285#M50499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Files encrypted in this manner are not directly supported by any procedure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 18:15:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Read-aes-pgp-encrypted-external-file/m-p/202285#M50499</guid>
      <dc:creator>FriedEgg</dc:creator>
      <dc:date>2015-07-14T18:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Read aes/pgp encrypted external file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Read-aes-pgp-encrypted-external-file/m-p/260622#M57558</link>
      <description>&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you received a possible way for doing this. I am also discovering that how to load a PGP encrypted csv file into sas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any pointer would be helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nishant&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 07:04:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Read-aes-pgp-encrypted-external-file/m-p/260622#M57558</guid>
      <dc:creator>NAwasthi</dc:creator>
      <dc:date>2016-04-01T07:04:23Z</dc:date>
    </item>
  </channel>
</rss>

