View Single Post

   
  #2 (permalink)  
Old 01-05-2008, 05:12 AM
Uli Link
 
Posts: n/a
Default Re: Zip program with password protection

Michael W. Ryder schrieb:

> Is there a zip program available for AIX 4.3.3 that supports creating
> the archive with a password usable with PKUNZIP or ZipMagic? One of our
> clients wants us to e-mail them a data file with password protection. I
> could do this by transferring the file to a Windows machine and zipping
> it with a password there but would prefer to create the archive on the
> RS/6000 to eliminate the chances for errors.
> I looked at ZIP and GZIP but neither lists passwords as one of their
> options for creating an archive file.


Get the source of InfoZip and replace "crypt.c" and "crypt.h" with the
files from "zcrypt29.zip". Then your zip/unzip will have the password
encryption feature. I can mail you a selfextracting archive with
binaries built on AIX 3.2.5.1 which works on 4.3.3 and 5.1 too.

--


Uli

(Reply to ulrich <dot> link <domain-delimiter> epost <dot> de)
Reply With Quote