Linux Commands Examples

A great documentation place for Linux commands

zipcloak

encrypt entries in a zipfile


see also : zip - unzip

Synopsis

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


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0

To be added.


0
source
            
BinCommand zipcloak :
crypt_.c
zipcloak.c
[ FGristFiles $(common_files:S=.o) $(common_files2:S=.o) $(util_files:S=.o) ]
0
source
            
zdiff zforce zgrep zip zipcloak <bin>zipgrep zipnote zipsplit zmore znew
] ;
SYSTEM_APPS = [ FFilterByBuildFeatures

description

zipcloak encrypts all unencrypted entries in the zipfile. This is the default action.
The -d option is used to decrypt encrypted entries in the zipfile.
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.

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 password).

-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 messages.

-v

--version

Show version information.

arguments

zipfile Zipfile to encrypt entries in


bugs

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

Split archives not yet supported. A work around is to convert 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.


see also

zip , unzip


author

Info-ZIP

How can this site be more helpful to YOU ?


give  feedback