PeaZip

Last updated
Developer(s) Giorgio Tani
Initial releaseSeptember 16, 2006;17 years ago (2006-09-16)
Stable release
9.5.0 [1]   OOjs UI icon edit-ltr-progressive.svg / 22 October 2023;4 days ago (22 October 2023)
Repository
Written in Free Pascal [2]
Operating system
Platform IA-32, x64, ARM [3]
Size
  • Windows: 6.51 ~ 7.15 MB
  • Linux: 9.48 MB ~ 20.02 MB
  • BSD: 9.63 MB
Available in30 languages
List of languages
Arabic, Bulgarian, Chinese (simplified), Chinese (traditional), Czech, Dutch, English, Finnish, Français, Galician, German, Greek, Hungarian, Italian, Japanese, Korean, Norwegian, Polish, Portuguese (Brazil), Portuguese (Portugal), Romanian, Russian, Sinhala, Spanish, Swedish, Tajik, Turkish, Ukrainian, Uzbek, Vietnamese
Type File archiver, file manager, file encryption, data erasure
License LGPL-3.0-or-later [4]
Website peazip.github.io   OOjs UI icon edit-ltr-progressive.svg

PeaZip is a free and open-source file manager and file archiver [5] for Microsoft Windows, ReactOS, [6] Linux, [7] [8] [9] MacOS [10] and BSD [11] [12] by Giorgio Tani. It supports its native PEA archive format [13] (supporting compression, multi-volume split, and flexible authenticated encryption and integrity check schemes) and other mainstream formats, with special focus on handling open formats. Version 9.4.0 supported 234 file extensions.

Contents

PeaZip is mainly written in Free Pascal, using Lazarus. PeaZip is released under the terms of the GNU Lesser General Public License.

Features

The program has an archive browser interface with search and history features for intuitive navigation of an archive's content, and allows the application of fine-grained multiple exclusion and inclusion filter rules to the archive; an alternative flat archive browsing mode is available.

PeaZip allows users to run extracting and archiving operations automatically if invoked from the command line; the GUI front-end can export the command. It can also create, edit and restore an archive's layout for speeding up archiving or backup operation's definition. The program also supports archive conversion, file splitting and joining, secure file deletion, bytewise file comparison, archive encryption, checksum/hash files, find duplicate files, batch renaming, system benchmarking, random passwords/keyfiles generation, view image thumbnails (multi-threaded on the fly thumbnails generation without saving image cache to the host machine), and integration into the Windows Explorer context menu. The user interface (including icons and color scheme) can be customized.

Versions older than 2.6.1 [14] were vulnerable to an improper input validation weakness corrected in following versions.

From version 6.9.2, PeaZip supports editing files inside archives (e.g. open, edit, and save a text file without extracting it), and adding files to the root folder or subfolders of an existing archive.

PeaZip is available for IA-32 and x86-64 as a standalone portable application and as an installable package for Microsoft Windows, Linux [15] [16] (DEB, RPM and TGZ, compiled both for GTK2 and Qt widgetset), and BSD (GTK2). It is available also as a PortableApps package (.paf.exe) [17] and for Microsoft's winget Windows Package Manager [18]

In addition to more popular and general-purpose archive formats including 7z, Tar, Zip, PeaZip supports the ZPAQ, PAQ, and LPAQ formats. Although not suitable for general use due to high memory usage and low speed, these formats provide better compression ratios for most data structures. [19] [20]

PeaZip supports encryption [21] with AES 256-bit cipher in 7z and ZIP archive formats. In PeaZip's native PEA format, and in FreeArc's ARC format, supported ciphers are AES 256-bit, Blowfish, [22] Twofish [23] 256 and Serpent 256 (in PEA format, all ciphers are used in EAX authenticated encryption mode).

Native archive format

PEA, an acronym for Pack Encrypt Authenticate, is an archive file format. It is a general purpose archiving format supporting compression and multiple volume output. The intention is to offer a flexible security model through Authenticated Encryption providing both privacy and authentication of data, and redundant integrity checks ranging from checksums to cryptographically strong hashes, defining three different levels of communication to control: streams, objects, and volumes. [24] [ verification needed ]

It was developed in conjunction with the PeaZip file archiver. PeaZip and Universal Extractor support the PEA archive format.

Third-party technologies

PeaZip acts as a graphical front-end for numerous third-party open source or royalty-free utilities, including:

Separate plugin (optional)

  • Marcel Lemke UNACEV2.DLL 2.6.0.0 and UNACE for Linux (royalty-free license from ACE Compression Software); being released under a non-OSI compliant license it is available as separate (free of charge) package on PeaZip Add-ons page, as PeaZip UNACE Plugin.
  • Eugene Roshal unrar (royalty-free license from RarLab/Win.Rar GmbH, source available but subject to restrictions to prevent creating a rar compressor); being released under a non-OSI compliant license it is available as a separate free-of-charge) package on PeaZip Add-ons page, as PeaZip UNRAR5 Plugin. This optional plugin provides an alternative unrar engine; however standard PeaZip can extract RAR and RAR5 formats.

Most of these utilities can run both in console mode or through a graphical wrapper that allows more user-friendly handling of output information.

Supported formats

Full archiving and extraction support

Browse/test/extract support

Repair

Adware

Prior to release 5.3, PeaZip installers for Windows and Win64 (but nor Portable or Linux) were bundled with an OpenCandy advertising module which during installation offered optional installation of third-party software; the official download page provided alternative installers without this module, named 'plain'. Later releases do not have an ad-supported bundle.[ citation needed ]

See also

Related Research Articles

ZIP is an archive file format that supports lossless data compression. A ZIP file may contain one or more files or directories that may have been compressed. The ZIP file format permits a number of compression algorithms, though DEFLATE is the most common. This format was originally created in 1989 and was first implemented in PKWARE, Inc.'s PKZIP utility, as a replacement for the previous ARC compression format by Thom Henderson. The ZIP format was then quickly supported by many software utilities other than PKZIP. Microsoft has included built-in ZIP support in versions of Microsoft Windows since 1998 via the "Plus! 98" addon for Windows 98. Native support was added as of the year 2000 in Windows ME. Apple has included built-in ZIP support in Mac OS X 10.3 and later. Most free operating systems have built in support for ZIP in similar manners to Windows and Mac OS X.

Info-ZIP is a set of open-source software to handle ZIP archives. It has been in circulation since 1989. It consists of 4 separately-installable packages: the Zip and UnZip command-line utilities; and WiZ and MacZip, which are graphical user interfaces for archiving programs in Microsoft Windows and classic Mac OS, respectively.

RAR is a proprietary archive file format that supports data compression, error correction and file spanning. It was developed in 1993 by Russian software engineer Eugene Roshal and the software is licensed by win.rar GmbH. The name RAR stands for Roshal Archive.

<span class="mw-page-title-main">7-Zip</span> Open-source file archiver

7-Zip is a free and open-source file archiver, a utility used to place groups of files within compressed containers known as "archives". It is developed by Igor Pavlov and was first released in 1999. 7-Zip has its own archive format called 7z, but can read and write several others.

7z is a compressed archive file format that supports several different data compression, encryption and pre-processing algorithms. The 7z format initially appeared as implemented by the 7-Zip archiver. The 7-Zip program is publicly available under the terms of the GNU Lesser General Public License. The LZMA SDK 4.62 was placed in the public domain in December 2008. The latest stable version of 7-Zip and LZMA SDK is version 22.01.

<span class="mw-page-title-main">StuffIt Expander</span> File decompressor software utility

StuffIt Expander is a proprietary, freeware, closed source, decompression software utility developed by Allume Systems. It runs on the classic Mac OS, macOS, and Microsoft Windows. Prior to 2011, a Linux version had also been available for download.

<span class="mw-page-title-main">WinRAR</span> File archiver

WinRAR is a trialware file archiver utility for Windows, developed by Eugene Roshal of win.rar GmbH. It can create and view archives in RAR or ZIP file formats, and unpack numerous archive file formats. To enable the user to test the integrity of archives, WinRAR embeds CRC32 or BLAKE2 checksums for each file in each archive. WinRAR supports creating encrypted, multi-part and self-extracting archives.

In computing, ACE is a proprietary data compression archive file format developed by Marcel Lemke, and later bought by e-merge GmbH. The peak of its popularity was 1999–2001, when it provided slightly better compression rates than RAR, which has since become more popular.

<span class="mw-page-title-main">TUGZip</span>

TUGZip is a freeware file archiver for Microsoft Windows. It handles a great variety of archive formats, including some of the commonly used ones like zip, rar, gzip, bzip2, sqx and 7z. It can also view disk image files like BIN, C2D, IMG, ISO and NRG. TugZip repairs corrupted ZIP archives and can encrypt files with 6 different algorithms.

The following tables compare general and technical information for a number of file archivers. Please see the individual products' articles for further information. They are neither all-inclusive nor are some entries necessarily up to date. Unless otherwise specified in the footnotes section, comparisons are based on the stable versions—without add-ons, extensions or external programs.

<span class="mw-page-title-main">ZipGenius</span>

ZipGenius is a freeware file archiver developed by The ZipGenius Team for Microsoft Windows. It is capable of handling nearly two dozen file formats, including all the most common formats, as well as password-protect archives and work directly with CD-R/RW drives. It is presented in two editions: standard and suite. While the suite edition includes optional modules of the ZipGenius project, the standard setup package simply includes the main ZipGenius application.

<span class="mw-page-title-main">KGB Archiver</span>

KGB Archiver is a discontinued file archiver and data compression utility that employs the PAQ6 compression algorithm. Written in Visual C++ by Tomasz Pawlak, KGB Archiver is designed to achieve a very high compression ratio. It has ten levels of compression, from very weak to maximum. However, at higher compression levels, the time required to compress a file increases significantly. As a consequence, the program uses memory and CPU intensively.

<span class="mw-page-title-main">FreeOTFE</span> Disk encryption software application

FreeOTFE is a discontinued open source computer program for on-the-fly disk encryption (OTFE). On Microsoft Windows, and Windows Mobile, it can create a virtual drive within a file or partition, to which anything written is automatically encrypted before being stored on a computer's hard or USB drive. It is similar in function to other disk encryption programs including TrueCrypt and Microsoft's BitLocker.

<span class="mw-page-title-main">Self-extracting archive</span>

A self-extracting archive is a computer executable program which contains compressed data in an archive file combined with machine-executable program instructions to extract this information on a compatible operating system and without the necessity for a suitable extractor to be already installed on the target computer. The executable part of the file is known as a decompressor stub.

This is a technical feature comparison of different disk encryption software.

<span class="mw-page-title-main">Xarchiver</span>

Xarchiver is a front-end to various command line archiving tools for Linux and BSD operating systems, designed to be independent of the desktop environment. It is the default archiving application of Xfce and LXDE. Deepin's archive manager is based on Xarchiver.

FreeArc is a free and open-source high-performance file archiver developed by Bulat Ziganshin. The project is presumably discontinued no information has been released by developers since 2016 and the official website is down.

<span class="mw-page-title-main">B1 Free Archiver</span> Multi-platform file archiver and file manager

B1 Free Archiver is a proprietary freeware multi-platform file archiver and file manager. B1 Archiver is available for Microsoft Windows, Linux, macOS, and Android. It has full support for ZIP and its native B1 format. The program decompresses more than 20 popular archive formats. It creates split and encrypted archives.

Zstandard, commonly known by the name of its reference implementation zstd, is a lossless data compression algorithm developed by Yann Collet at Facebook. Zstd is the reference implementation in C. Version 1 of this implementation was released as open-source software on 31 August 2016.

References

  1. Error: Unable to display the reference properly. See the documentation for details.
  2. "Components and Code examples" . Retrieved 2021-01-09.
  3. "An Public Effort to port PeaZip to ARM architecture". GitHub .
  4. Ted Teah (2006-09-25). "License". Free Software Foundation . Retrieved 2020-01-08.
  5. Community Team (2012-09-01). "September 2012 Project Of The Month: PeaZip". SourceForge . Retrieved 2021-01-08.
  6. Z98 (2014-05-28). "PEAZIP JOINS OPEN SOURCE SUPPORT PROGRAM". ReactOS . Retrieved 2021-01-09.
  7. "Download PeaZip archive manager for Linux x86_64". PeaZip file archiver utility, free RAR ZIP software. Retrieved 2022-02-28.
  8. Federico Kereki (2008-03-05). "Archive files in both Windows and Linux using PeaZip". Linux.com . Retrieved 2021-01-08.
  9. Justin Pot (2010-12-16). "PeaZip - A Fantastic Free Alternative To WinRAR Or WinZip" . Retrieved 2021-01-10.
  10. "PeaZip free archive manager app for Apple macOS". PeaZip file archiver utility, free RAR ZIP software. Retrieved 2022-02-28.
  11. "PeaZip (BSD) Cross-platform file compressor software". PeaZip file archiver utility, free RAR ZIP software. Retrieved 2022-02-28.
  12. "FreeBSD Ports: Archivers". FreeBSD . Retrieved 2021-01-09.
  13. PRONOM (2017-09-19). "Details for: PEA Archive Format". The National Archives (United Kingdom) . Retrieved 2021-01-09.
  14. National Vulnerability Database. "CVE-2009-2261". NIST . Retrieved 2021-01-09.
  15. "OpenSUSE packages". OpenSUSE . Retrieved 2021-01-09.
  16. "Versions for peazip" . Retrieved 2021-01-09.
  17. Zach Hudock; Giorgio Tani (2008-03-25). "PeaZip Portable". PortableApps.com . Retrieved 2008-04-09.
  18. Kevin Larkin (2020-05-15). "winget-pkgs manifests". Microsoft . Retrieved 2020-01-08.
  19. Marcus Hutter (2020-02-01). "Hutter Prize". Hutter Prize . Retrieved 2020-01-09.
  20. Matt Mahoney (2008-04-06). "Large Text Compression Benchmark" . Retrieved 2008-04-09. The "better" option chooses best compression (equivalent to gzip -9).
  21. USC Viterbi IT (2020-10-06). "Step by Step Using PEAZIP to Encrypt". University of Southern California . Retrieved 2020-01-09.
  22. Bruce Schneier. "Products that Use Blowfish" . Retrieved 2021-01-08. Peazip A free, open-source archive file creator and extractor, capable of reading a wide variety of archive file formats. For Windows and Linux.
  23. Bruce Schneier. "Products that Use Twofish" . Retrieved 2021-01-08. Peazip An open-source archive file creator and extractor. Offers a choice of encryption algorithms, including Blowfish and Twofish.
  24. Tani, Giorgio (2008-03-20). PEA (PDF).[ verification needed ]
  25. Igor Pavlov. "Links" . Retrieved 2020-01-08. Applications that work with .7z archives
  26. Matt Mahoney (2008-03-09). "Data Compression Programs" . Retrieved 2008-04-09. PeaZip (Giorgio Tani) is a GUI front end for Windows and Linux that supports the paq8o, lpaq1, and many other compression formats.
  27. Yann Collet. "Zstandard". Facebook . Retrieved 2020-01-08. Finally, Peazip is a free multi-platforms archiver by Giorgio Tani with support for Zstandard