<?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 Using Info-ZIP encryption in DCL procedure in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/using-info-zip-encryption-in-dcl-procedure/m-p/5194321#M26709</link>
    <description>This is a novice question.  We are using Info-ZIP (previously used PKZIP) and I would like to know how to ZIP files and use the encrypt option in a DCL procedure.&lt;BR /&gt;&lt;BR /&gt;When you execute $ ZIP -e FILES.ZIP *FILES*.* &lt;BR /&gt;your are prompted by ZIP to "Enter password:".  What would the proper syntax be for passing the password to ZIP from DCL?&lt;BR /&gt;&lt;BR /&gt;PS - We're using ZIP 2.32.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
    <pubDate>Wed, 19 Aug 2009 20:36:35 GMT</pubDate>
    <dc:creator>Jason Brannon</dc:creator>
    <dc:date>2009-08-19T20:36:35Z</dc:date>
    <item>
      <title>Using Info-ZIP encryption in DCL procedure</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/using-info-zip-encryption-in-dcl-procedure/m-p/5194321#M26709</link>
      <description>This is a novice question.  We are using Info-ZIP (previously used PKZIP) and I would like to know how to ZIP files and use the encrypt option in a DCL procedure.&lt;BR /&gt;&lt;BR /&gt;When you execute $ ZIP -e FILES.ZIP *FILES*.* &lt;BR /&gt;your are prompted by ZIP to "Enter password:".  What would the proper syntax be for passing the password to ZIP from DCL?&lt;BR /&gt;&lt;BR /&gt;PS - We're using ZIP 2.32.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 19 Aug 2009 20:36:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/using-info-zip-encryption-in-dcl-procedure/m-p/5194321#M26709</guid>
      <dc:creator>Jason Brannon</dc:creator>
      <dc:date>2009-08-19T20:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using Info-ZIP encryption in DCL procedure</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/using-info-zip-encryption-in-dcl-procedure/m-p/5194322#M26710</link>
      <description>&lt;!--!*#--&gt;&amp;gt; PS - We're using ZIP 2.32.&lt;BR /&gt;&lt;BR /&gt;Well, see?  If you'd kept up to date, you'd&lt;BR /&gt;know:&lt;BR /&gt;&lt;BR /&gt;alp $ zip3l -v&lt;BR /&gt;Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.&lt;BR /&gt;This is Zip 3.0 (July 5th 2008), by Info-ZIP.&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;(Actual "zip -v" output is always more&lt;BR /&gt;informative.)&lt;BR /&gt;&lt;BR /&gt;alp $ zip3l -h2&lt;BR /&gt;[...]&lt;BR /&gt;Encryption:&lt;BR /&gt;  -e        use standard (weak) PKZip 2.0 encryption, prompt for password&lt;BR /&gt;  -P pswd   use standard encryption, password is pswd&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;Storing an encryption password in a script&lt;BR /&gt;(command procedure) was considered such a bad&lt;BR /&gt;idea that the way to do it was omitted from&lt;BR /&gt;the documentation.  However, having to answer&lt;BR /&gt;the question time after time got annoying&lt;BR /&gt;enough that we decided that full disclosure&lt;BR /&gt;was the lesser evil.&lt;BR /&gt;&lt;BR /&gt;UnZip 6.0 is available, now, too.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.info-zip.org/" target="_blank"&gt;http://www.info-zip.org/&lt;/A&gt;</description>
      <pubDate>Wed, 19 Aug 2009 21:07:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/using-info-zip-encryption-in-dcl-procedure/m-p/5194322#M26710</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-08-19T21:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using Info-ZIP encryption in DCL procedure</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/using-info-zip-encryption-in-dcl-procedure/m-p/5194323#M26711</link>
      <description>Why would you be looking to encrypt data?  (serious q.)&lt;BR /&gt;&lt;BR /&gt;What sort of data interchange (if any) is required?&lt;BR /&gt;&lt;BR /&gt;What is the OpenVMS version?&lt;BR /&gt;&lt;BR /&gt;Who are you defending against, and how much is your data worth?  (That determines how much effort, and how...)</description>
      <pubDate>Wed, 19 Aug 2009 21:41:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/using-info-zip-encryption-in-dcl-procedure/m-p/5194323#M26711</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-08-19T21:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using Info-ZIP encryption in DCL procedure</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/using-info-zip-encryption-in-dcl-procedure/m-p/5194324#M26712</link>
      <description>We installed the version of ZIP that was on the freeware CD included with the server that we just purchased.  I'm not sure why it did not occur to me to check the latest version.&lt;BR /&gt;&lt;BR /&gt;As far as security is concerned, the data we are ZIPing isn't what we would consider private.  We are just password protecting at the request of a client.  Any sensitive data would be encrypted using PGP.  This process has to be run outside of business hours, which creates the need to automate this.&lt;BR /&gt;&lt;BR /&gt;Thanks for your replies.</description>
      <pubDate>Wed, 19 Aug 2009 23:19:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/using-info-zip-encryption-in-dcl-procedure/m-p/5194324#M26712</guid>
      <dc:creator>Jason Brannon</dc:creator>
      <dc:date>2009-08-19T23:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Using Info-ZIP encryption in DCL procedure</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/using-info-zip-encryption-in-dcl-procedure/m-p/5194325#M26713</link>
      <description>-P option works.</description>
      <pubDate>Wed, 19 Aug 2009 23:21:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/using-info-zip-encryption-in-dcl-procedure/m-p/5194325#M26713</guid>
      <dc:creator>Jason Brannon</dc:creator>
      <dc:date>2009-08-19T23:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using Info-ZIP encryption in DCL procedure</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/using-info-zip-encryption-in-dcl-procedure/m-p/5194326#M26714</link>
      <description>&lt;!--!*#--&gt;&amp;gt; -P option works.&lt;BR /&gt;&lt;BR /&gt;Note that it worked before Zip 3.0, too.  It&lt;BR /&gt;just wasn't documented (outside of the source&lt;BR /&gt;code).</description>
      <pubDate>Thu, 20 Aug 2009 00:31:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/using-info-zip-encryption-in-dcl-procedure/m-p/5194326#M26714</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-08-20T00:31:35Z</dc:date>
    </item>
  </channel>
</rss>

