<?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: Qlik Replicate encrypt AES256 transform function in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-encrypt-AES256-transform-function/m-p/1971543#M3517</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Sorry about that - please try this link:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Suggest-an-Idea/idb-p/qlik-ideas" target="_blank"&gt;https://community.qlik.com/t5/Suggest-an-Idea/idb-p/qlik-ideas&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Lyka&lt;/P&gt;</description>
    <pubDate>Mon, 22 Aug 2022 20:24:31 GMT</pubDate>
    <dc:creator>lyka</dc:creator>
    <dc:date>2022-08-22T20:24:31Z</dc:date>
    <item>
      <title>Qlik Replicate encrypt AES256 transform function</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-encrypt-AES256-transform-function/m-p/1906187#M3252</link>
      <description>&lt;P&gt;There is a company security requirement to keep confidential information encrypted in all new systems.&lt;/P&gt;
&lt;P&gt;The legacy source DB has a column with the confidential data. It is not encrypted due its legacy nature. But it must be encrypted in all new systems. As we are working on replicating this table using Qlik Replicate we'd like to have a transformation function that will allow us apply AES256 encryption for this column during replication transformation. The volume of changes in this table is relatively low and performance is not a significant concern.&lt;/P&gt;
&lt;P&gt;There are a few option to extend SQLite to support encryption &lt;A href="https://stackoverflow.com/questions/5669905/sqlite-with-encryption-password-protection" target="_blank"&gt;https://stackoverflow.com/questions/5669905/sqlite-with-encryption-password-protection&lt;/A&gt;&amp;nbsp;and add it to Replicate as UDF. But we don't have capacity to build and support it in our team.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 19:14:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-encrypt-AES256-transform-function/m-p/1906187#M3252</guid>
      <dc:creator>vlasov</dc:creator>
      <dc:date>2022-03-16T19:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate encrypt AES256 transform function</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-encrypt-AES256-transform-function/m-p/1960128#M3253</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/164128"&gt;@vlasov&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use the hash_sha_256 transformation on the columns to encrypt the data as documented in the user guide:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/replicate/November2021/Content/Global_Common/Content/SharedEMReplicate/Customize%20Tasks/tasks_expressOther.htm" target="_blank"&gt;https://help.qlik.com/en-US/replicate/November2021/Content/Global_Common/Content/SharedEMReplicate/Customize%20Tasks/tasks_expressOther.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 17:46:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-encrypt-AES256-transform-function/m-p/1960128#M3253</guid>
      <dc:creator>shashi_holla</dc:creator>
      <dc:date>2022-07-25T17:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate encrypt AES256 transform function</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-encrypt-AES256-transform-function/m-p/1970456#M3489</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/158833"&gt;@shashi_holla&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your input. The encryption and hashing have different use cases. Th hashing is a one way encoding. So we can't get the original value from it.&amp;nbsp;&lt;SPAN&gt;hash_sha_256 is a hashing function.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sergey&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 19:51:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-encrypt-AES256-transform-function/m-p/1970456#M3489</guid>
      <dc:creator>vlasov</dc:creator>
      <dc:date>2022-08-18T19:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate encrypt AES256 transform function</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-encrypt-AES256-transform-function/m-p/1971521#M3513</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/54585"&gt;@Sergey&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suggest submitting a feature request in our Ideation Board:&lt;/P&gt;
&lt;P&gt;To get started please see our article: "Getting Started with Ideas": &lt;A href="https://community.qlik.com/t5/Qlik-Product-Insight-Blog/Getting-Started-with-Ideas/ba-p/1684011" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Product-Insight-Blog/Getting-Started-with-Ideas/ba-p/1684011&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Lyka&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 19:13:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-encrypt-AES256-transform-function/m-p/1971521#M3513</guid>
      <dc:creator>lyka</dc:creator>
      <dc:date>2022-08-22T19:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate encrypt AES256 transform function</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-encrypt-AES256-transform-function/m-p/1971536#M3516</link>
      <description>&lt;P&gt;Hi Lyka,&lt;/P&gt;
&lt;P&gt;Thank you for the suggestion. I was not able access the link you've shared.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sergey&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 19:52:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-encrypt-AES256-transform-function/m-p/1971536#M3516</guid>
      <dc:creator>vlasov</dc:creator>
      <dc:date>2022-08-22T19:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate encrypt AES256 transform function</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-encrypt-AES256-transform-function/m-p/1971543#M3517</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Sorry about that - please try this link:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Suggest-an-Idea/idb-p/qlik-ideas" target="_blank"&gt;https://community.qlik.com/t5/Suggest-an-Idea/idb-p/qlik-ideas&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Lyka&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 20:24:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-encrypt-AES256-transform-function/m-p/1971543#M3517</guid>
      <dc:creator>lyka</dc:creator>
      <dc:date>2022-08-22T20:24:31Z</dc:date>
    </item>
  </channel>
</rss>

