Cross-platform file compression

zipcloak

You can password-protect and encrypt zip files using zip --encrypt (-e) option OUTPUT or zipcloak OUTPUT (Figure 4). If an unencrypted file has been added to the archive, then once you enter the password, the unencrypted file is encrypted. The unencrypted output file is saved to the original directory unless the -O command is used to specify another location. With the -d option, the entire archive is decrypted, or, if you do not have the password, then copied instead. Because of zipcloak's age, it works only with archives of less than 2GB.

Figure 4: Use zipcloak to manage encryption on zip files.

The man page explains that encryption is done through a public domain program that offers a low level of encryption. However, the file that details the program no longer seems to be on the Internet. In the absence of more information, you can still rely on the password for privacy.

zipgrep

zipgrep searches for patterns within a zip archive. It can use any pattern supported by egrep, such as * for any number of characters or ? for a single character. zipgrep cannot be used to search for file names, only the contents of files.

zipinfo

zipinfo displays the attributes of all the files in a zip archive. This information includes permissions, name, date created, uncompressed and compressed file sizes, and the percentage created (Figure 5).

Figure 5: zipinfo provides a convenient viewer for the attributes of files in a zip archive.

Buy this article as PDF

Express-Checkout as PDF
Price $2.95
(incl. VAT)

Buy Linux Magazine

SINGLE ISSUES
 
SUBSCRIPTIONS
 
TABLET & SMARTPHONE APPS
Get it on Google Play

US / Canada

Get it on Google Play

UK / Australia

Related content

  • Command Line: gzip, bzip2, tar

    A short command is all it takes to pack your data or extract it from an archive.

  • Command Line: Archives

    Gzip and bzip2 not only compress files, they also provide lean and powerful tools for viewing, searching, and comparing text files.

  • Command Line – zstd

    In an effort to meet modern computing needs, zstd offers a greater degree of compression at a faster compression rate, with unique options to enhance performance.

  • Zip It

    Like other modern replacement commands, zstd offers significantly faster file compression than the standard archiving tools.

  • Graphical Archiving Tools

    Linux supports a number of easy graphical tools for saving data to compressed archives.

comments powered by Disqus
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters

Support Our Work

Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.

Learn More

News