<?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: Using [....RCM]ZIP-ALPHA in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/using-rcm-zip-alpha/m-p/4165963#M14409</link>
    <description>&lt;!--!*#--&gt;Use the source, Luke.  Or, as a newer Zip&lt;BR /&gt;says:&lt;BR /&gt;&lt;BR /&gt;ALP $ zip3gl -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;&lt;BR /&gt;"-P" was left undocumented because of the&lt;BR /&gt;limited wisdom of including a password in a&lt;BR /&gt;script, but we finally got tired of fielding&lt;BR /&gt;questions about it.&lt;BR /&gt;&lt;BR /&gt;If your Zip pre-dates version 2.32, I'd look&lt;BR /&gt;for that, or, better, the new pre-release&lt;BR /&gt;3.0g ("BETA") kit.&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;&lt;BR /&gt;&lt;A href="ftp://ftp.info-zip.org/pub/infozip/beta/" target="_blank"&gt;ftp://ftp.info-zip.org/pub/infozip/beta/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;UnZip 5.52 or 6.00d ("BETA"), too.</description>
    <pubDate>Fri, 21 Mar 2008 20:42:40 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2008-03-21T20:42:40Z</dc:date>
    <item>
      <title>Using [....RCM]ZIP-ALPHA</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/using-rcm-zip-alpha/m-p/4165960#M14406</link>
      <description>I have a user who has a requirement to be able to encrypt and zip a file in a way that the user on the other end can unzip and decrypt.  So part of the issue is commonality.  We need to use something the other party in this operation also can use on a non-VMS box.&lt;BR /&gt;&lt;BR /&gt;We don't have a commercial copy of PKZIP for Alpha or anything like that, but there is the copy of ZIP-ALPHA in the ...COMPAQ.SVCTOOLS... path.  It says it supports a -e option that lets you specify a password for encryption.&lt;BR /&gt;&lt;BR /&gt;When we try to run the ZIP operation, it asks for the password.  That's not a surprise.  What IS a surprise is that it won't let us put that whole procedure in a script.  Even if you do various DEFINEs on SYS$INPUT, STDIN, TT, or just about anything else, it goes to the terminal for the password prompt.  If you run it in batch, it bombs saying STDERR isn't a terminal.  (Which, OK, it isn't.)&lt;BR /&gt;&lt;BR /&gt;Ignoring the limited wisdom of including a password in a script, which I can address separately, has anyone ever used that utility to encrypt/zip a file from a command file or batch environment?  What channel is it using to do the input?&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Mar 2008 19:25:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/using-rcm-zip-alpha/m-p/4165960#M14406</guid>
      <dc:creator>Richard W Hunt</dc:creator>
      <dc:date>2008-03-21T19:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using [....RCM]ZIP-ALPHA</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/using-rcm-zip-alpha/m-p/4165961#M14407</link>
      <description>Current zip is on Freeware V8.0.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://mvb.saic.com/freeware/freewarev80/" target="_blank"&gt;http://mvb.saic.com/freeware/freewarev80/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and the current released and upcoming beta versions are available at the canonical info-zip site:&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;&lt;BR /&gt;&lt;BR /&gt;zip 2.32 and unzip 5.52 are current.&lt;BR /&gt;&lt;BR /&gt;The stderr channel is usually SYS$ERROR.&lt;BR /&gt;&lt;BR /&gt;I've noticed that most versions of zip and unzip tools either distributed by or used by HP can be stale, and non-current versions have had security exposures.  AFAIK what's on Freeware V8.0 is (still) current.  While I'd trust the SVCTOOLS site, I'd verify the version. &lt;BR /&gt;&lt;BR /&gt;Source of info-zip is available.   Alter the code and make the tool do what you want here.&lt;BR /&gt;&lt;BR /&gt;Do recognize that zip encryption is weak.&lt;BR /&gt;&lt;BR /&gt;Here's how to recover the zip password:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.woodmann.com/fravia/mike_zipattacks.htm" target="_blank"&gt;http://www.woodmann.com/fravia/mike_zipattacks.htm&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.tech-faq.com/recover-zip-password.shtml" target="_blank"&gt;http://www.tech-faq.com/recover-zip-password.shtml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Per published materials, even one of the older attacks on zip encryption requires about two hours of processing on a Pentium-II 500 MHz box, and tools are readily available.&lt;BR /&gt;&lt;BR /&gt;Regardless, do let IT management or security management or privacy office know the details implementation and of the embedded password here, too.  Given the increasing frequency of data breaches, I'm expecting IT staff and corporations to soon be held more fully accountable for exposures; it is often best to kick this responsibility and this decision upstairs.&lt;BR /&gt;&lt;BR /&gt;For a no-password security requirement, I'd likely look to digital certificates, or better.   Not to a password.&lt;BR /&gt;&lt;BR /&gt;And I might well look to GnuPG tools, and to higher-grade security in general.&lt;BR /&gt;&lt;BR /&gt;Having had my own personal data exposed in two separate and unrelated cases over the last two weeks -- in the first case, reportedly by the security auditors themselves -- I not sympathetic around improvised and ad-hoc security, nor to "solutions" that are intended to sort-of comply with encryption requirements.   &lt;BR /&gt;&lt;BR /&gt;Do it right and do it to the best of your abilities.  Or don't do it.&lt;BR /&gt;&lt;BR /&gt;Stephen Hoffman&lt;BR /&gt;HoffmanLabs LLC&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Mar 2008 20:34:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/using-rcm-zip-alpha/m-p/4165961#M14407</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-03-21T20:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Using [....RCM]ZIP-ALPHA</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/using-rcm-zip-alpha/m-p/4165962#M14408</link>
      <description>&lt;!--!*#--&gt;This works fine for me (ZIP 2.31 and ZIP 2.32)&lt;BR /&gt;&lt;BR /&gt;$ TYPE JUNK.COM&lt;BR /&gt;$ define/user sys$command sys$input:&lt;BR /&gt;$ zip -e junk.zip login.com&lt;BR /&gt;abcdef&lt;BR /&gt;abcdef&lt;BR /&gt;$ exit&lt;BR /&gt;&lt;BR /&gt;$ @JUNK&lt;BR /&gt;Enter password:&lt;BR /&gt;Verify password:&lt;BR /&gt;  adding: LOGIN.COM (deflated 55%)&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Mar 2008 20:35:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/using-rcm-zip-alpha/m-p/4165962#M14408</guid>
      <dc:creator>Jess Goodman</dc:creator>
      <dc:date>2008-03-21T20:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Using [....RCM]ZIP-ALPHA</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/using-rcm-zip-alpha/m-p/4165963#M14409</link>
      <description>&lt;!--!*#--&gt;Use the source, Luke.  Or, as a newer Zip&lt;BR /&gt;says:&lt;BR /&gt;&lt;BR /&gt;ALP $ zip3gl -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;&lt;BR /&gt;"-P" was left undocumented because of the&lt;BR /&gt;limited wisdom of including a password in a&lt;BR /&gt;script, but we finally got tired of fielding&lt;BR /&gt;questions about it.&lt;BR /&gt;&lt;BR /&gt;If your Zip pre-dates version 2.32, I'd look&lt;BR /&gt;for that, or, better, the new pre-release&lt;BR /&gt;3.0g ("BETA") kit.&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;&lt;BR /&gt;&lt;A href="ftp://ftp.info-zip.org/pub/infozip/beta/" target="_blank"&gt;ftp://ftp.info-zip.org/pub/infozip/beta/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;UnZip 5.52 or 6.00d ("BETA"), too.</description>
      <pubDate>Fri, 21 Mar 2008 20:42:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/using-rcm-zip-alpha/m-p/4165963#M14409</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-03-21T20:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Using [....RCM]ZIP-ALPHA</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/using-rcm-zip-alpha/m-p/4165964#M14410</link>
      <description>Richard,&lt;BR /&gt;&lt;BR /&gt;Perhaps take a look at the GnuPG (the reference to the OpenVMS port is at &lt;A href="http://h71000.www7.hp.com/opensource/opensource.html" target="_blank"&gt;http://h71000.www7.hp.com/opensource/opensource.html&lt;/A&gt; ), the full project www pages are at &lt;A href="http://www.gnupg.org" target="_blank"&gt;http://www.gnupg.org&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;While a quick pass on gnupg.org does not find an authoritative citation, my recollection is that the encryption process does a GZIP of the file prior to encryption.&lt;BR /&gt;&lt;BR /&gt;I hope that this is helpful.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Fri, 21 Mar 2008 20:42:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/using-rcm-zip-alpha/m-p/4165964#M14410</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2008-03-21T20:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using [....RCM]ZIP-ALPHA</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/using-rcm-zip-alpha/m-p/4165965#M14411</link>
      <description>&lt;!--!*#--&gt;If I were serious about using encryption with&lt;BR /&gt;some the strength, I'd choose GnuPG over the&lt;BR /&gt;Zip ("traditional PKWARE") method, too.  Of&lt;BR /&gt;course, I'd get it from me, not HP:&lt;BR /&gt;&lt;BR /&gt;    &lt;A href="http://antinode.org/dec/sw/gnupg.html" target="_blank"&gt;http://antinode.org/dec/sw/gnupg.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Call me picky, but when someone breaks the&lt;BR /&gt;VAX build by adding IA64 support (badly) to&lt;BR /&gt;the (crude) builder, my expectation of&lt;BR /&gt;quality falls off.&lt;BR /&gt;&lt;BR /&gt;You haven't described "the other end", but&lt;BR /&gt;as with most UNIXy freeware, if a program is&lt;BR /&gt;available for VMS, you should be able to find&lt;BR /&gt;it for practically anything else, so I'd&lt;BR /&gt;assume that GnuPG is available there, too.</description>
      <pubDate>Fri, 21 Mar 2008 21:37:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/using-rcm-zip-alpha/m-p/4165965#M14411</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-03-21T21:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using [....RCM]ZIP-ALPHA</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/using-rcm-zip-alpha/m-p/4165966#M14412</link>
      <description>We are still researching what the other side of the pipe has.  Were it left to me, I would have pushed for the SSL utility encryption and for that, PKI certificates would be very much a viable method.  But as I said, part of the problem isn't what WE have, it is what the OTHER guys have - or don't have.  Thanks for the pointers, guys.  I'll see what I can make work here.&lt;BR /&gt;&lt;BR /&gt;I'll also assign points in a second pass after this follow-up posting and after I've had a chance to try a couple of the options you've offered.  Until I find a viable short-term workaround, I won't close the thread yet.  My goal WILL be stronger encryption via certificates but I think we have to give the other guys time to do some research on what THEY can do programatticaly.&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Mar 2008 11:37:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/using-rcm-zip-alpha/m-p/4165966#M14412</guid>
      <dc:creator>Richard W Hunt</dc:creator>
      <dc:date>2008-03-24T11:37:47Z</dc:date>
    </item>
  </channel>
</rss>

