<?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>idea Re: Secure delete data in Replicate - Status changed to: Open - Collecting Feedback in Suggest an Idea</title>
    <link>https://community.qlik.com/t5/Suggest-an-Idea/Secure-delete-data-in-Replicate/idc-p/1784692#M5181</link>
    <description>&lt;P&gt;Thank you for the suggestion.&amp;nbsp; We would like to collect feedback from others as well.&lt;/P&gt;</description>
    <pubDate>Mon, 22 Feb 2021 13:20:57 GMT</pubDate>
    <dc:creator>Shelley_Brennan</dc:creator>
    <dc:date>2021-02-22T13:20:57Z</dc:date>
    <item>
      <title>Secure delete data in Replicate</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Secure-delete-data-in-Replicate/idi-p/1780261</link>
      <description>&lt;P&gt;The Replicate tool writes data to disk in a couple different scenarios:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;When using Logstream endpoint&lt;/LI&gt;&lt;LI&gt;When the transactions exceed the set memory limit&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Replicate takes care of deleting the data once it has sent it to the target.&lt;/P&gt;&lt;P&gt;I would like to propose an enhancement for Replicate to use secure delete tools such as shred while deleting data. This is part of our security best practices as well a PCI-DSS requirement.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 16:28:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Secure-delete-data-in-Replicate/idi-p/1780261</guid>
      <dc:creator>Prabodh</dc:creator>
      <dc:date>2021-02-04T16:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Secure delete data in Replicate - Status changed to: Open - Collecting Feedback</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Secure-delete-data-in-Replicate/idc-p/1784692#M5181</link>
      <description>&lt;P&gt;Thank you for the suggestion.&amp;nbsp; We would like to collect feedback from others as well.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 13:20:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Secure-delete-data-in-Replicate/idc-p/1784692#M5181</guid>
      <dc:creator>Shelley_Brennan</dc:creator>
      <dc:date>2021-02-22T13:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Secure delete data in Replicate</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Secure-delete-data-in-Replicate/idc-p/1835729#M7310</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/91649"&gt;@Shelley_Brennan&lt;/a&gt;&amp;nbsp;: Can you please let us know on the next steps or process work flow for enhancements requested ? This is a follow-up item from&amp;nbsp;&lt;SPAN&gt;PCI-DSS requirement and we need to provide an action plan or remediation strategy soon.&lt;BR /&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 16:08:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Secure-delete-data-in-Replicate/idc-p/1835729#M7310</guid>
      <dc:creator>birendodia</dc:creator>
      <dc:date>2021-09-13T16:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Secure delete data in Replicate</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Secure-delete-data-in-Replicate/idc-p/1838055#M7368</link>
      <description>&lt;P&gt;There are no plans to implement this enhancement at this time.&amp;nbsp; However, we will continue to collect feedback from others and will keep it under consideration as we do our future planning.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 15:43:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Secure-delete-data-in-Replicate/idc-p/1838055#M7368</guid>
      <dc:creator>Shelley_Brennan</dc:creator>
      <dc:date>2021-09-21T15:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Secure delete data in Replicate</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Secure-delete-data-in-Replicate/idc-p/2065030#M12747</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;I would like to propose an enhancement for Replicate to use secure delete tools such as shred while deleting data. This is part of our security best practices as well a PCI-DSS requirement.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Replicate uses the native remove/unlink (and also DeleteFile on Windows) APIs to delete files that are no longer in use.&amp;nbsp; Replicate also uses 3rd party components that use files and delete them using the same APIs. Those APIs, by themselves, do not wipe the stored data from storage which is why Qlik recommends that customers always used encrypting file systems.&lt;/P&gt;
&lt;P&gt;The proposal to have an addon to Replicate that will be called instead of the above mentioned APIs is not practical - it would not solve the problem even if implemented as proposed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Reasons include:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Replacing API call with running a custom command (e.g. sdelete on Windows or scrub on Linux) will result in significant overhead and delays because it will be must slower than calling the API (Replicate creates a deletes large number of files with data during its operation).&lt;/LI&gt;
&lt;LI&gt;The common secure delete utilities were written for HDDs (rotating disks) and do not really guarantee the wiping of the data when using SSDs on when using virtualized storage or remote storage. See &lt;A href="https://www.howtogeek.com/234683/why-you-cant-securely-delete-a-file-and-what-to-do-instead/" target="_blank"&gt;https://www.howtogeek.com/234683/why-you-cant-securely-delete-a-file-and-what-to-do-instead/&lt;/A&gt;&amp;nbsp;for a nice writeup on this topic.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;The only universally applicable solution that would guarantee no sensitive data is ever found on storage devices (of any kind) is the use of encrypting file systems (as mentioned above).&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 00:45:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Secure-delete-data-in-Replicate/idc-p/2065030#M12747</guid>
      <dc:creator>DrorHarari-Qlik</dc:creator>
      <dc:date>2023-04-27T00:45:21Z</dc:date>
    </item>
    <item>
      <title>From now on, please track this idea from the Ideation por...</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Secure-delete-data-in-Replicate/idc-p/2101393#M14634</link>
      <description>&lt;P&gt;From now on, please track this idea from the Ideation portal.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A title="Link to new idea" href="https://ideation.qlik.com/app/#/case/275560" target="_blank" rel="noopener"&gt;Link to new idea&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Meghann&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;EM&gt;NOTE: Upon clicking this link 2 tabs may open - please feel free to close the one with a login page. If you &lt;STRONG&gt;only&lt;/STRONG&gt; see 1 tab with the login page, please try clicking this link first: &lt;STRONG&gt;&lt;A title="Authenticate me!" href="#" target="_blank" rel="noopener"&gt;Authenticate me!&lt;/A&gt;&lt;/STRONG&gt;&amp;nbsp;t&lt;/EM&gt;&lt;EM&gt;hen try the link above again. Ensure pop-up blocker is off.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 16:26:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Secure-delete-data-in-Replicate/idc-p/2101393#M14634</guid>
      <dc:creator>Meghann_MacDonald</dc:creator>
      <dc:date>2023-08-02T16:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Secure delete data in Replicate - Status changed to: Closed - Archived</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Secure-delete-data-in-Replicate/idc-p/2101394#M14635</link>
      <description />
      <pubDate>Wed, 02 Aug 2023 16:26:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Secure-delete-data-in-Replicate/idc-p/2101394#M14635</guid>
      <dc:creator>Ideation</dc:creator>
      <dc:date>2023-08-02T16:26:06Z</dc:date>
    </item>
  </channel>
</rss>

