<?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 SQL command to encrypt and decrypt data in SAS 9.4 in Developers</title>
    <link>https://communities.sas.com/t5/Developers/SQL-command-to-encrypt-and-decrypt-data-in-SAS-9-4/m-p/517284#M5816</link>
    <description>&lt;P&gt;Hi All - I have a situation and need help here.&lt;/P&gt;&lt;P&gt;I am new to SAS. we get federal sensitive information and want to achieve FIPS compliance. we receive this sensitive information in a text file which will be downloaded to our site. we then compress and encrypt the raw file that we receive using 7z file manager.&lt;/P&gt;&lt;P&gt;Now we want a sas program to directly read this compressed &amp;amp; encrypted raw file, decrypt the data and process it( cleanup and fix up of dirty data) and encrypt the cleaned up data.&lt;/P&gt;&lt;P&gt;how can this be achieved? we are looking for an option where it should be possible to run those sql encrypt and decrypt commands in the sas code itself?&lt;BR /&gt;Any help is highly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 29 Nov 2018 22:21:46 GMT</pubDate>
    <dc:creator>ashasupriya</dc:creator>
    <dc:date>2018-11-29T22:21:46Z</dc:date>
    <item>
      <title>SQL command to encrypt and decrypt data in SAS 9.4</title>
      <link>https://communities.sas.com/t5/Developers/SQL-command-to-encrypt-and-decrypt-data-in-SAS-9-4/m-p/517284#M5816</link>
      <description>&lt;P&gt;Hi All - I have a situation and need help here.&lt;/P&gt;&lt;P&gt;I am new to SAS. we get federal sensitive information and want to achieve FIPS compliance. we receive this sensitive information in a text file which will be downloaded to our site. we then compress and encrypt the raw file that we receive using 7z file manager.&lt;/P&gt;&lt;P&gt;Now we want a sas program to directly read this compressed &amp;amp; encrypted raw file, decrypt the data and process it( cleanup and fix up of dirty data) and encrypt the cleaned up data.&lt;/P&gt;&lt;P&gt;how can this be achieved? we are looking for an option where it should be possible to run those sql encrypt and decrypt commands in the sas code itself?&lt;BR /&gt;Any help is highly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 22:21:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SQL-command-to-encrypt-and-decrypt-data-in-SAS-9-4/m-p/517284#M5816</guid>
      <dc:creator>ashasupriya</dc:creator>
      <dc:date>2018-11-29T22:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: SQL command to encrypt and decrypt data in SAS 9.4</title>
      <link>https://communities.sas.com/t5/Developers/SQL-command-to-encrypt-and-decrypt-data-in-SAS-9-4/m-p/517333#M5817</link>
      <description>&lt;P&gt;Instead of :&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/243801"&gt;@ashasupriya&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now we want a sas program to directly read this compressed &amp;amp; encrypted raw file, decrypt the data and process it( cleanup and fix up of dirty data) and encrypt the cleaned up data.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Instead, can you set up a process to download the file (assuming SFTP retrieval) read it into SAS and then encrypt and password protect the SAS file. That makes it a lot easier to manage IMO. &amp;nbsp;I believe that SAS can connect and download from SFTP given that you have a later version and HTTPS enabled. I'm also guessing the files are likely always in the same structure/format making it easier to write a correct import program.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/243801"&gt;@ashasupriya&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi All - I have a situation and need help here.&lt;/P&gt;
&lt;P&gt;I am new to SAS. we get federal sensitive information and want to achieve FIPS compliance. we receive this sensitive information in a text file which will be downloaded to our site. we then compress and encrypt the raw file that we receive using 7z file manager.&lt;/P&gt;
&lt;P&gt;Now we want a sas program to directly read this compressed &amp;amp; encrypted raw file, decrypt the data and process it( cleanup and fix up of dirty data) and encrypt the cleaned up data.&lt;/P&gt;
&lt;P&gt;how can this be achieved? we are looking for an option where it should be possible to run those sql encrypt and decrypt commands in the sas code itself?&lt;BR /&gt;Any help is highly appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 02:33:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SQL-command-to-encrypt-and-decrypt-data-in-SAS-9-4/m-p/517333#M5817</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-11-30T02:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: SQL command to encrypt and decrypt data in SAS 9.4</title>
      <link>https://communities.sas.com/t5/Developers/SQL-command-to-encrypt-and-decrypt-data-in-SAS-9-4/m-p/529515#M5818</link>
      <description>I just want to give a status update. we decided to download the sensitive raw information using 7Z file manager. 7Z file manager has options to encrypt and compress the files which we will be placed in a secured location( this takes care of securing the download process). SAS developer will read read this compressed file using Filename foo zip ‘&amp;lt;zipped file path&amp;gt;’ member=”&amp;lt;Actual zip file name&amp;gt;”; does some clean up of data and fuzzy logic is applied. I have built a sql pass through script in sas to encrypt/decrypt the information dynamically. ( using AES-256 algorithm with symmetric key). I am working on making it further easy by implementing encryption and decryption in a function and opening/closing of keys using stored procedure. but this part is still work in progress. I appreciate if anyone can help me with that.</description>
      <pubDate>Wed, 23 Jan 2019 20:08:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SQL-command-to-encrypt-and-decrypt-data-in-SAS-9-4/m-p/529515#M5818</guid>
      <dc:creator>ashasupriya</dc:creator>
      <dc:date>2019-01-23T20:08:13Z</dc:date>
    </item>
  </channel>
</rss>

