man pages section 1: User Commands

Exit Print View

Updated: July 2014
 
 

zipcloak (1)

Name

zipcloak - encrypt entries in a zipfile

Synopsis

zipcloak [-d] [-b path] [-h] [-v] [-L] zipfile

Description




User Commands                                         zipcloak(1)



NAME
     zipcloak - encrypt entries in a zipfile


SYNOPSIS
     zipcloak [-d] [-b path] [-h] [-v] [-L] zipfile


ARGUMENTS
     zipfile  Zipfile to encrypt entries in


OPTIONS
     -b path
     --temp-path path
          Use  the  directory given by path for the temporary zip
          file.


     -d
     --decrypt
          Decrypt encrypted entries (copy if  given  wrong  pass-
          word).


     -h
     --help
          Show a short help.


     -L
     --license
          Show software license.


     -O path
     --output-file zipfile
          Write  output  to new archive zipfile, leaving original
          archive as is.


     -q
     --quiet
          Quiet operation.  Suppresses  some  informational  mes-
          sages.


     -v
     --version
          Show version information.





SunOS 5.11       Last change: v3.0 of 8 May 2008                1






User Commands                                         zipcloak(1)



DESCRIPTION
     zipcloak  encrypts  all  unencrypted entries in the zipfile.
     This is the default action.


file.
     The -d option is used to decrypt encrypted entries  in  the
          zip-


     zipcloak uses original zip encryption which is considered
          weak.


     Note:
          The  encryption code of this program is not copyrighted
          and is put in the public  domain.   It  was  originally
          written  in  Europe  and can be freely distributed from
          any country including the U.S.A.  (Previously  if  this
          program  was  imported  into the U.S.A, it could not be
          re-exported from the U.S.A to  another  country.)   See
          the  file README.CR included in the source distribution
          for more on  this.   Otherwise,  the  Info-ZIP  license
          applies.


EXAMPLES
     To be added.


BUGS
     Large files (> 2 GB) and large archives not yet supported.

     Split  archives not yet supported.  A work around is to con-
     vert the split archive to a single-file  archive  using  zip
     and  then  use  zipcloak  on  the  single-file  archive.  If
     needed, the resulting archive can then be split again  using
     zip.




ATTRIBUTES
     See   attributes(5)   for   descriptions  of  the  following
     attributes:










SunOS 5.11       Last change: v3.0 of 8 May 2008                2






User Commands                                         zipcloak(1)



     +---------------+------------------+
     |ATTRIBUTE TYPE | ATTRIBUTE VALUE  |
     +---------------+------------------+
     |Availability   | compress/zip     |
     +---------------+------------------+
     |Stability      | Committed        |
     +---------------+------------------+
SEE ALSO
     zip(1), unzip(1)

AUTHOR
     Info-ZIP



NOTES
     This  software  was   built   from   source   available   at
     https://java.net/projects/solaris-userland.    The  original
     community  source  was  downloaded   from    ftp://ftp.info-
     zip.org/pub/infozip/src/zip30.tgz

     Further  information about this software can be found on the
     open   source   community   website   at    http://www.info-
     zip.org/Zip.html.































SunOS 5.11       Last change: v3.0 of 8 May 2008                3