<?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 Pseudonymization using assymetric keys in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Pseudonymization-using-assymetric-keys/m-p/527768#M143958</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am looking for pseudonymizing few records in my data using asymmetric keys.&lt;/P&gt;
&lt;P&gt;i.e. encryption: clear text ---key1---&amp;gt;cipher&amp;nbsp;&lt;/P&gt;
&lt;P&gt;decryption: cipher --key2---&amp;gt;clear text&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this possible in SAS?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Wed, 16 Jan 2019 17:19:16 GMT</pubDate>
    <dc:creator>DCL</dc:creator>
    <dc:date>2019-01-16T17:19:16Z</dc:date>
    <item>
      <title>Pseudonymization using assymetric keys</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Pseudonymization-using-assymetric-keys/m-p/527768#M143958</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am looking for pseudonymizing few records in my data using asymmetric keys.&lt;/P&gt;
&lt;P&gt;i.e. encryption: clear text ---key1---&amp;gt;cipher&amp;nbsp;&lt;/P&gt;
&lt;P&gt;decryption: cipher --key2---&amp;gt;clear text&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this possible in SAS?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 17:19:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Pseudonymization-using-assymetric-keys/m-p/527768#M143958</guid>
      <dc:creator>DCL</dc:creator>
      <dc:date>2019-01-16T17:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Pseudonymization using assymetric keys</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Pseudonymization-using-assymetric-keys/m-p/527787#M143962</link>
      <description>&lt;P&gt;By "assymetric keys" do you mean a different key to decrypt then encrypt?&lt;/P&gt;
&lt;P&gt;And are you looking to do this for only selected fields or the entire data set?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS does support data set encryption using the data set option Encrypt=yes and related options for setting passwords and such, or with SAS/Secure&amp;nbsp; licensed you can have AES encryption for the set.&lt;/P&gt;
&lt;P&gt;I don't believe these allow "assymetric keys" though.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 18:32:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Pseudonymization-using-assymetric-keys/m-p/527787#M143962</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-01-16T18:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Pseudonymization using assymetric keys</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Pseudonymization-using-assymetric-keys/m-p/528097#M144084</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;Yes, I do want this encrypted using asymmetric keys because the intention is to grant only a specific set of users, who have the special key, to decrypt the data. &lt;BR /&gt;&lt;BR /&gt;And, i would want this to be done only to specific records- not something to be configured at the dataset level.&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Jan 2019 17:47:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Pseudonymization-using-assymetric-keys/m-p/528097#M144084</guid>
      <dc:creator>DCL</dc:creator>
      <dc:date>2019-01-17T17:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Pseudonymization using assymetric keys</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Pseudonymization-using-assymetric-keys/m-p/528114#M144094</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16614"&gt;@DCL&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;hi,&lt;BR /&gt;&lt;BR /&gt;Yes, I do want this encrypted using asymmetric keys because the intention is to grant only a specific set of users, who have the special key, to decrypt the data. &lt;BR /&gt;&lt;BR /&gt;And, i would want this to be done only to specific records- not something to be configured at the dataset level.&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Beyond my level of expertise to say yeah or nay with certainty. I would suggest contacting SAS tech support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS does have the ability to use externally written algorithms using some procedures such a Proc Proto to register C program functions for use or Proc Groovy for same Java functionality. So it may be possible to use an external package of some sort.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 18:51:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Pseudonymization-using-assymetric-keys/m-p/528114#M144094</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-01-17T18:51:45Z</dc:date>
    </item>
  </channel>
</rss>

