<?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 Encryption in SAS 9.2 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Encryption-in-SAS-9-2/m-p/170870#M301455</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are planning to encyrpt our data in SAS 9.2 for both SAS data at rest and in transit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any performance metrics available for any of the following encryption types?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Encrypt = data set option&lt;/LI&gt;&lt;LI&gt;SASProprietary&lt;/LI&gt;&lt;LI&gt;SAS/Secure&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Apr 2014 17:08:49 GMT</pubDate>
    <dc:creator>VikasCOV</dc:creator>
    <dc:date>2014-04-07T17:08:49Z</dc:date>
    <item>
      <title>Encryption in SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Encryption-in-SAS-9-2/m-p/170870#M301455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are planning to encyrpt our data in SAS 9.2 for both SAS data at rest and in transit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any performance metrics available for any of the following encryption types?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Encrypt = data set option&lt;/LI&gt;&lt;LI&gt;SASProprietary&lt;/LI&gt;&lt;LI&gt;SAS/Secure&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 17:08:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Encryption-in-SAS-9-2/m-p/170870#M301455</guid>
      <dc:creator>VikasCOV</dc:creator>
      <dc:date>2014-04-07T17:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Encryption in SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Encryption-in-SAS-9-2/m-p/170871#M301456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't heard of any official metrics.&lt;/P&gt;&lt;P&gt;Similar to compression, each site has it's own specifics - which in the area of encryption includes CPU capability and the data profile.&lt;/P&gt;&lt;P&gt;It sounds like you have a SAS license already, so the best way to found out is to test - SAS Proprietary is included in Base SAS. For SAS/Secure (if you don't have that licensed at the moment), talk to your SAS sales representative and discuss the possibilities to set up a trial license for testing purposes.&lt;/P&gt;&lt;P&gt;Requirements wise, if there is a requirement for encryption, I should suspect that requirement need decide which encryption method you should chose. Decide that first, then look at the implementation.&lt;/P&gt;&lt;P&gt;My gut feeling is that compression comes with a similar CPU penalty to uncompressing compressed data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 07:45:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Encryption-in-SAS-9-2/m-p/170871#M301456</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2014-04-08T07:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Encryption in SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Encryption-in-SAS-9-2/m-p/170872#M301457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To encrypt the data at rest you are limited to SAS datasets in table format. This is the encrypt dataset option.&lt;/P&gt;&lt;P&gt;All other types of data are not applicable for encrypting (catalogs output logs etc.).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To encrypt data over the wire (transmission) data you can use SAS/Secure for most clients. For the SAS/Connect and Share you are needing the SSL setup.&amp;nbsp; &lt;/P&gt;&lt;P&gt;See: &lt;A href="http://support.sas.com/documentation/cdl/en/secref/66817/HTML/default/viewer.htm#n0bmaslhpevq8gn1l614jmbd63wi.htm" title="http://support.sas.com/documentation/cdl/en/secref/66817/HTML/default/viewer.htm#n0bmaslhpevq8gn1l614jmbd63wi.htm"&gt;Encryption in SAS(R) 9.4, Second Edition&lt;/A&gt;&amp;nbsp; and &lt;A href="http://support.sas.com/documentation/cdl/en/secref/62092/HTML/default/viewer.htm#a002814982.htm" title="http://support.sas.com/documentation/cdl/en/secref/62092/HTML/default/viewer.htm#a002814982.htm"&gt;Encryption in SAS(R) 9.2&lt;/A&gt; With SAS 9.4 SAS/Secure is included and no separate license anymore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The more higher encryption level is needed the more overhead is involved. No real metrics are available.&lt;/P&gt;&lt;P&gt;As you are planning encryption I am expecting you already have a well designed OS layers control in effect. The default roll out of SAS is insufficient in this aspect.&lt;/P&gt;&lt;P&gt;Al lot of adjustments to OS layer controls is mentioned in: Bisecag (security admin guide EIP), Bound libraries guide, VA admin guide. You would be one the first when you did follow that.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The encryption of SAS datasets comes with some logical penalties, those are:&lt;/P&gt;&lt;P&gt;- encrypted datasets are not supported when you would like to use update in place options (ADD rows). That is for example&amp;nbsp; the EGuide table editor.&lt;/P&gt;&lt;P&gt;- The read password serves as an additional seed. By that you need to use that dataset-option always. As seed it may be published public as in that case your intention is not protecting it by a password. The real protection of the data should come from a different approach. That is: OS layers.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 09:16:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Encryption-in-SAS-9-2/m-p/170872#M301457</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-04-08T09:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Encryption in SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Encryption-in-SAS-9-2/m-p/170873#M301458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the detailed responses. I agree the only way to analyze the performance impact is to implement the solutions.&lt;/P&gt;&lt;P&gt;We are in the process of evaluating the exact requirements before diving deeper into SASProprietary or SAS/Secure&lt;/P&gt;&lt;P&gt;I am concerned with the AES option in SAS/Secure can significantly impact the performance which will not be well received by our users.&lt;/P&gt;&lt;P&gt;We already use very expensive disk to get them the best performance, but it may not be sufficient.&lt;/P&gt;&lt;P&gt;Thanks again !&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 14:12:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Encryption-in-SAS-9-2/m-p/170873#M301458</guid>
      <dc:creator>VikasCOV</dc:creator>
      <dc:date>2014-04-08T14:12:20Z</dc:date>
    </item>
  </channel>
</rss>

