<?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 Packaging and encrypting a csv-file in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Packaging-and-encrypting-a-csv-file/m-p/359549#M84557</link>
    <description>&lt;P&gt;&lt;SPAN&gt;We have an ETL-job that creates a csv-file and attaches it to an outgoing email.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Now there's a requirement that the file must be encrypted before being sent. It should preferably be packaged with WinZip using&amp;nbsp;AES-256 encryption.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Is there any SAS code we can use for packaging and encrypting the csv-file based on these criteria?&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Thu, 18 May 2017 06:24:09 GMT</pubDate>
    <dc:creator>EinarRoed</dc:creator>
    <dc:date>2017-05-18T06:24:09Z</dc:date>
    <item>
      <title>Packaging and encrypting a csv-file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Packaging-and-encrypting-a-csv-file/m-p/359549#M84557</link>
      <description>&lt;P&gt;&lt;SPAN&gt;We have an ETL-job that creates a csv-file and attaches it to an outgoing email.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Now there's a requirement that the file must be encrypted before being sent. It should preferably be packaged with WinZip using&amp;nbsp;AES-256 encryption.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Is there any SAS code we can use for packaging and encrypting the csv-file based on these criteria?&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 18 May 2017 06:24:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Packaging-and-encrypting-a-csv-file/m-p/359549#M84557</guid>
      <dc:creator>EinarRoed</dc:creator>
      <dc:date>2017-05-18T06:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Packaging and encrypting a csv-file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Packaging-and-encrypting-a-csv-file/m-p/359564#M84560</link>
      <description>&lt;P&gt;Einar,&lt;/P&gt;&lt;P&gt;Take a look at the&amp;nbsp;&lt;A href="http://support.sas.com/documentation/cdl/en/lestmtsref/69738/HTML/default/viewer.htm#n1dn0f61yfyzton1l2ngsa1clllr.htm" target="_self"&gt;ZIP access method for the FILENAME statement&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Søren&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2017 08:08:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Packaging-and-encrypting-a-csv-file/m-p/359564#M84560</guid>
      <dc:creator>s_lassen</dc:creator>
      <dc:date>2017-05-18T08:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Packaging and encrypting a csv-file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Packaging-and-encrypting-a-csv-file/m-p/359572#M84563</link>
      <description>&lt;P&gt;Ah yes, the good old WinZip and password protect data transfer. &amp;nbsp;What a totally unsecure faff that really is. &amp;nbsp;If you need to send data, then use a proper process for that. &amp;nbsp;Your company (or recipient) will likely have a secure transfer area - ask IT - or alternatively use SFTP to transfer the file. &amp;nbsp;This has several main benefits - firstly email is limited in the size it can carry for me it is 10mb maximum, hence sending data whiich can be gb is not a valid option and you email server admin may come round for a word. &amp;nbsp;Secondly, security is embedded into the system which results in you not having to worry about implementing it, and is more secure that your process. &amp;nbsp;So often have I seen the email with the data followed by the email with the password - I mean surely the person who intercepts the first can't intercept the second email?&lt;/P&gt;
&lt;P&gt;So save yourself the bother and transfere files securely and consitently using methods appropriate.&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2017 08:46:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Packaging-and-encrypting-a-csv-file/m-p/359572#M84563</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-05-18T08:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Packaging and encrypting a csv-file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Packaging-and-encrypting-a-csv-file/m-p/359663#M84588</link>
      <description>&lt;P&gt;And for extra comic relief to add to &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/45151"&gt;@RW9&lt;/a&gt;'s response: I used to receive data in the method you describe. And then an upgrade to email security software included a check for "objectionable words" in the file. It took a week to find out why the file I received every three days didn't arrive. It turned out we had a street name that contained one of the "objectionable" words and the security software was trashing the file and &lt;STRONG&gt;not&lt;/STRONG&gt; notifying the intended receipient about quarantined mail.&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2017 14:33:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Packaging-and-encrypting-a-csv-file/m-p/359663#M84588</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-05-18T14:33:07Z</dc:date>
    </item>
  </channel>
</rss>

