ZipGenius

Last updated
ZipGenius
Developer(s) Matteo Riso
Initial releaseNovember 1997;26 years ago (1997-11)
Operating system Windows XP or later
Size 12.29 MB
Available inItalian, English, other
Type File archiver
License Freeware
Website zipgenius.it [1]

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 (oriented to experts and power-users), the standard setup package simply includes the main ZipGenius application. [2]

Contents

ZipGenius was first released as Mr. Zip 98 to a strict group of users, and renamed ZipGenius in March 1998. In April 1999, its first public release was made. ZipGenius's latest release is version 6.3.2.3112 (August 8, 2014;9 years ago), containing many fixes, the majority of which are bug fixes not visible at first glance.

Features

ZipGenius features include: support for TWAIN devices (scanners and digital cameras), file extraction to CD/DVD burner (only under Windows XP), an FTP client (FTPGenius), and ZGAlbum. ZGAlbum allows users to create slideshows with pictures, which can be loaded from a folder or imported through a TWAIN device.

ZipGenius also fully integrates with Windows Explorer shell. User interface and functions have been placed in multiple locations. Program functions can be accessed either from a menu of buttons on the main toolbar, or from a drop-down menu. They can be customized to suit user preferences.

ZipGenius 6 is capable of opening a variety of formats commonly used with Linux, such as RPM, TAR, TAR.GZ, TGZ, GZ and 7Z.

As regards data security, the archive history file is encrypted, the most recently used files list can be enabled (always or per-session) or disabled, and CryptoZip 2.1 gives encryption algorithms to lock user archives. Users can create self-locking/self-erasing archives and can choose to encrypt files with one of four algorithms (CZIP, Blowfish, Twofish, Rijndael AES). Also, CZIP files no longer depends on ZipGenius because users can create executable CZIP (.EXE) files which will allow the user to send encrypted archives to people who do not use ZipGenius.

ZipGenius is hosted at zipgenius.it, [3] but in 2008 the WinInizio Software team put zipgenius.com [4] online to offer an international website for users not speaking Italian. On July 1, 2009, website ZipGenius.it has been totally redesigned upon the MODx [5] web application. On July 6, 2009, ZipGenius 6.1.0.1010 was released to the public.

Current release is 6.3.2.3116 since February 1, 2017. Release 6.3.2.3117 is set to be published during summer 2020 and it will be the last release in the 6.x series because the Project ZipGenius X development has started and the first application, CZIP X , has been released. Later in 2020, the main ZipGenius X app will be released.

File formats

ZipGenius is able to handle the open source UPX executable compressor, which is used to compress ZipGenius main executable. If UPX.exe is in ZipGenius program folder, users will get an extra compression level while creating new ZIP archives: Brutal+UPX. Many executable files (EXE, DLL, OCX) are distributed as they are after code compilation, so they may have a larger size than necessary.

ZipGenius supports the 7-Zip compression format, conceived by Igor Pavlov, which can compress files more than standard ZIP or RAR compression formats.

ZipGenius supports OpenOffice.org/StarOffice documents. OpenOffice.org applications produce their own files in a special format: they are .ZIP archives with a custom file extension containing some XML files, which OpenOffice.org programs merge to rebuild the original documents. ZipGenius complies with this feature, and allows users to manage those files as if they were common ZIP files. In addition, users can optimize them: OpenOffice.org does not use the maximum compression level available for .ZIP format, but ZipGenius does. When users optimize an OpenOffice.org document with ZipGenius, the gain is from 5 to 10 KB of size reduction (depending by the content of the OpenOffice.org file) because ZipGenius will recompress the document with the "Brutal" compression level.

See also

Related Research Articles

gzip GNU file compression/decompression tool

gzip is a file format and a software application used for file compression and decompression. The program was created by Jean-loup Gailly and Mark Adler as a free software replacement for the compress program used in early Unix systems, and intended for use by GNU. Version 0.1 was first publicly released on 31 October 1992, and version 1.0 followed in February 1993.

New Technology File System (NTFS) is a proprietary journaling file system developed by Microsoft. Starting with Windows NT 3.1, it is the default file system of the Windows NT family. It superseded File Allocation Table (FAT) as the preferred filesystem on Windows and is supported in Linux and BSD as well. NTFS reading and writing support is provided using a free and open-source kernel implementation known as NTFS3 in Linux and the NTFS-3G driver in BSD. By using the convert command, Windows can convert FAT32/16/12 into NTFS without the need to rewrite all files. NTFS uses several files typically hidden from the user to store metadata about other files stored on the drive which can help improve speed and performance when reading data. Unlike FAT and High Performance File System (HPFS), NTFS supports access control lists (ACLs), filesystem encryption, transparent compression, sparse files and file system journaling. NTFS also supports shadow copy to allow backups of a system while it is running, but the functionality of the shadow copies varies between different versions of Windows.

In computing, tar is a computer software utility for collecting many files into one archive file, often referred to as a tarball, for distribution or backup purposes. The name is derived from "tape archive", as it was originally developed to write data to sequential I/O devices with no file system of their own, such as devices that use magnetic tape. The archive data sets created by tar contain various file system parameters, such as name, timestamps, ownership, file-access permissions, and directory organization. POSIX abandoned tar in favor of pax, yet tar sees continued widespread use.

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

compress is a Unix shell compression program based on the LZW compression algorithm. Compared to gzip's fastest setting, compress is slightly slower at compression, slightly faster at decompression, and has a significantly lower compression ratio. 1.8 MiB of memory is used to compress the Hutter Prize data, slightly more than gzip's slowest setting.

<span class="mw-page-title-main">Nullsoft Scriptable Install System</span>

Nullsoft Scriptable Install System (NSIS) is a script-driven installer authoring tool for Microsoft Windows backed by Nullsoft, the creators of Winamp. NSIS is released under a combination of free software licenses, primarily the zlib license. It has become a widely used alternative to commercial proprietary products like InstallShield, with users including Amazon, Dropbox, Google, Ubisoft, FL Studio, BitTorrent, and McAfee.

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.

Cabinet is an archive-file format for Microsoft Windows that supports lossless data compression and embedded digital certificates used for maintaining archive integrity. Cabinet files have .cab filename extensions and are recognized by their first four bytes MSCF. Cabinet files were known originally as Diamond files.

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

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

pax is an archiving utility available for various operating systems and defined since 1995. Rather than sort out the incompatible options that have crept up between tar and cpio, along with their implementations across various versions of Unix, the IEEE designed new archive utility pax that could support various archive formats with useful options from both archivers. The pax command is available on Unix and Unix-like operating systems and on IBM i, and Microsoft Windows NT until Windows 2000.

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

File attributes are a type of meta-data that describe and may modify how files and/or directories in a filesystem behave. Typical file attributes may, for example, indicate or specify whether a file is visible, modifiable, compressed, or encrypted. The availability of most file attributes depends on support by the underlying filesystem where attribute data must be stored along with other control structures. Each attribute can have one of two states: set and cleared. Attributes are considered distinct from other metadata, such as dates and times, filename extensions or file system permissions. In addition to files, folders, volumes and other file system objects may have attributes.

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

ALZip is an archive and compression utility software application from ESTsoft for Microsoft Windows that can unzip 40 different zip file archives. ALZip can zip files into eight different archive formats such as ZIP, EGG, TAR, and others. Introduced in ALZip version 8, the EGG archive format can be used, which supports Unicode and other features.

<span class="mw-page-title-main">PeaZip</span> File archive computer program

PeaZip is a free and open-source file manager and file archiver for Microsoft Windows, ReactOS, Linux, MacOS and BSD by Giorgio Tani. It supports its native PEA archive format and other mainstream formats, with special focus on handling open formats. Version 9.4.0 supported 234 file extensions.

FreeArc is a free and open-source high-performance file archiver developed by Bulat Ziganshin. The project is presumably discontinued, since no information has been released by the 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.

<span class="mw-page-title-main">KeRanger</span> MacOS ransomware

KeRanger is a ransomware trojan horse targeting computers running macOS. Discovered on March 4, 2016, by Palo Alto Networks, it affected more than 7,000 Mac users.

References

  1. Please, update your bookmarks! Dear friends, zipgenius.com will not work anymore in a very short lapse of time.
    We decided to rely just on our first address, zipgenius.it, which truly defines our products as "made in Italy". - 29. January 2024
  2. "ZipGenius". Tina de Pierre. August 3, 2012. Retrieved August 29, 2012.
  3. "ZipGenius – L'applicazione gratuita per la compressione di file zip e di altri tipi di archivio" . Retrieved September 11, 2019.
  4. "ZipGenius.com" . Retrieved September 11, 2019.
  5. "The Cloud Hosting & Free CMS Platform That Empowers You". MODX. Retrieved September 11, 2019.