<?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: How do I unzip a PASSWORD PROTECTED .gz file using SAS code? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-unzip-a-PASSWORD-PROTECTED-gz-file-using-SAS-code/m-p/811072#M319909</link>
    <description>&lt;P&gt;From what I've read&amp;nbsp;&lt;STRONG&gt;gzip&lt;/STRONG&gt; does not support password encryption. The techniques people use involve another tool to encrypt the content and then pipe it to gzip.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If that's the case, then expanding it to an unencrypted version would involve the reverse process. Unzip the gz, and pipe the content to the tool to decrypt. Without knowing how the original was encrypted we cannot offer a specific command syntax.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The FILENAME ZIP / GZIP method can't be used for this, at least not on its own.&lt;/P&gt;</description>
    <pubDate>Mon, 02 May 2022 14:32:17 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2022-05-02T14:32:17Z</dc:date>
    <item>
      <title>How do I unzip a PASSWORD PROTECTED .gz file using SAS code?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-unzip-a-PASSWORD-PROTECTED-gz-file-using-SAS-code/m-p/811064#M319902</link>
      <description>&lt;P&gt;How do I unzip a PASSWORD PROTECTED .gz file using SAS code?&lt;/P&gt;&lt;P&gt;I know there is a way to unzip .gz files with SAS code, but is there a way to also open password protected .gz files using SAS code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;x gunzip --stdout "/mydir/test_gz_password_protected.sas7bdat.gz" &amp;gt; "/mydir/test_gz_no_password.sas7bdat";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I modify this to incorporate the password?&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 14:24:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-unzip-a-PASSWORD-PROTECTED-gz-file-using-SAS-code/m-p/811064#M319902</guid>
      <dc:creator>Bruno7</dc:creator>
      <dc:date>2022-05-02T14:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do I unzip a PASSWORD PROTECTED .gz file using SAS code?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-unzip-a-PASSWORD-PROTECTED-gz-file-using-SAS-code/m-p/811072#M319909</link>
      <description>&lt;P&gt;From what I've read&amp;nbsp;&lt;STRONG&gt;gzip&lt;/STRONG&gt; does not support password encryption. The techniques people use involve another tool to encrypt the content and then pipe it to gzip.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If that's the case, then expanding it to an unencrypted version would involve the reverse process. Unzip the gz, and pipe the content to the tool to decrypt. Without knowing how the original was encrypted we cannot offer a specific command syntax.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The FILENAME ZIP / GZIP method can't be used for this, at least not on its own.&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 14:32:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-unzip-a-PASSWORD-PROTECTED-gz-file-using-SAS-code/m-p/811072#M319909</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2022-05-02T14:32:17Z</dc:date>
    </item>
  </channel>
</rss>

