WinRAR

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,[9] 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.

WinRAR
WinRAR 5.60 in Windows 10
Developer(s)Eugene Roshal (developer),
Alexander Roshal (distributor)[1][2]
Initial release22 April 1995 (1995-04-22)
Stable release(s) [±]
Windows5.90 / March 30, 2020 (2020-03-30)[3]
Android5.80.build78 / November 24, 2019 (2019-11-24)[3][4]
Linux (command line only)5.90 / March 30, 2020 (2020-03-30)[3][5]
FreeBSD (command line only)5.90 / March 30, 2020 (2020-03-30)[3][6]
macOS (command line only)5.90 / March 30, 2020 (2020-03-30)[3][7]
Preview release(s) [±]
Written inC++
Operating systemWindows XP and later
PlatformIA-32, x64
Size~3 MB
Available in46 languages[8]
List of languages
Arabic, Armenian, Azerbaijani, Belarusian, Bulgarian, Burmese, Catalan, Chinese Simplified, Chinese Traditional, Croatian, Czech, Danish, Dutch, English, Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hungarian, Indonesian, Italian, Japanese, Korean, Lithuanian, Mongolian, Norwegian, Persian, Polish, Portuguese, Brazilian Portuguese, Romanian, Russian, Serbian Cyrillic, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uzbek, Vietnamese
TypeFile archiver
LicenseTrialware
Websiterarlab.com/ 

WinRAR is a Windows-only program. An Android application called "RAR for Android" is also available.[10] Related programs include the command-line utilities "RAR" and "UNRAR"[11] and versions for macOS,[8] Linux, FreeBSD, Windows CE, and MS-DOS.

Evolution

WinRAR and the RAR file format have evolved over time. Support for the archive format RAR5, using the same RAR file extension as earlier versions, was added in version 5.0;[12] files in the older RAR file format have since been referred to as RAR4. WinRAR versions before 5.0 do not support RAR5 archives;[13] only older versions of WinRAR run on Windows versions prior to XP, and cannot open RAR5 archives.

The RAR5 file format increased the maximum dictionary size to 1 GiB; 11 different compression directory sizes from 1 MiB to 1 GiB are available, with the default in version 5 increased from 4 MiB to 32 MiB, typically improving compression ratio. AES encryption, when used, was increased from 128- to 256-bit. Maximum path length for files in RAR and ZIP archives is increased to 2048 characters.[13]

Options added in v5.0 include 256-bit BLAKE2 file-hashing algorithm instead of default 32-bit CRC32, duplicate file detection, NTFS hard and symbolic links, and Quick Open record to allow large archives to be opened faster.[13]

The RAR5 file format removed comments for each file (though archive comment still remains), authenticity verification, and specialized compression algorithms for text and multimedia files. RAR5 also changed the file name for split volumes from "archivename.rNN" to "archivename.partNN.rar".[13]

Features

  • Creation of packed RAR or ZIP archives.
  • Unpacking of ARJ, BZIP2, CAB, GZ, ISO, JAR, LHA, RAR, TAR, UUE, XZ, Z, ZIP, ZIPX, 7z, 001 (split) archives, as well as EXE files containing these archive formats[13][14]
  • Checksum (integrity) verification for ARJ, BZIP2, CAB, GZ, BZIP2, RAR, XZ, ZIP and 7z archives
  • Multithreaded CPU compression and decompression

When creating RAR archives:

  • Support for maximum file size of 16 EiB, about 1.8 × 1019 bytes or 18 million TB
  • Compression dictionary from 1 MiB to 1 GiB (it is limited to 256 MiB on 32-bit editions of Windows, although 32-bit Windows still can decompress archives with 1 GiB dictionary; default size is 32 MiB)[13]
  • Options, enabled by default, to optimise compression for executables for x86 processors and the obsolete 64-bit Itanium, and delta compression.
  • Optional 256-bit BLAKE2 file hash can replace default 32-bit CRC32 file checksum[13]
  • Optional encryption using AES with a 256-bit key[15]
  • Optional data redundancy is provided in the form of Reed–Solomon recovery records and recovery volumes, allowing reconstruction of damaged archives (including reconstruction of entirely missed volumes)
  • Optional "quick open record" to open RAR files faster[13]
  • Ability to create multi-volume (split) archives[16]
  • Ability to create self-extracting files (multi-volume self-extracting archives are supported;[16] the self-extractor can execute commands, such as running a specified program before or after self-extraction[17])
  • Support for advanced NTFS file system options, such as NTFS hard and symbolic links[13]
  • Support for maximum path length up to 2048 characters (stored in the UTF-8 format)[13]
  • Optional archive comment (stored in the UTF-8 format)[13]
  • Optional file time stamp preservation: creation, last access, high precision modification times
  • Optional file deduplication

License

The software is distributed as "try before you buy"; it may be used without charge for 40 days.[2] In China, a free-to-use personal edition has been provided officially since 2015.[18]

Although archiving with the RAR format is proprietary, RarLab supplies as copyrighted freeware the C++ source code of the current UnRAR unpacker, with a license allowing it to be used in any software, thus enabling others to produce software capable of unpacking, but not creating, RAR archives.[19]

RAR for Android is free of charge. It displays advertisements; for a payment they can be disabled.[10] A license for WinRAR does not provide ad-suppression for RAR for Android.

Security

In February 2019, a major security vulnerability in the unacev2.dll library which is used by WinRAR to decompress ACE archives was discovered.[20][21] Consequently, WinRAR dropped the support for the ACE format from version 5.70.

Self-extracting archives created with versions before 5.31 (including the executable installer of WinRAR itself) are vulnerable to DLL hijacking: they may load and use DLLs named UXTheme.dll, RichEd32.dll and RichEd20.dll if they are in the same folder as the executable file.[13][22]

It was widely reported that WinRAR v5.21 and earlier had a remote code execution (RCE) vulnerability which could allow a remote attacker to insert malicious code into a self-extracting executable (SFX) file being created by a user, "putting over 500 million users of the software at risk".[23] However, examination of the claim revealed that, while the vulnerability existed, the result was merely an SFX which delivered its payload when executed; published responses dismissed the threat, one saying "If you can find suckers who will trust a .exe labelled as self-extracting archive ... then you can trick them into running your smuggled JavaScript".[24][25]

History

Versions

  • Command line RAR and UNRAR were first released in autumn 1993.[11]
  • Early development version WinRAR 1.54b was released in 1995 as Windows 3.x software.
  • 3.00 (2002-05): the new RAR3 archive format is implemented. The new archives cannot be managed by older versions of WinRAR.
  • 3.41 (2004-12): adds support for Linux .Z archives like GZIP and BZIP2. New options include storing entire file paths and restoring compressed NTFS files.
  • 3.50 (2005-08): adds support for interface skins and Windows XP Professional x64 Edition.[26]
  • 3.60 (2006-08): adds multithreaded version of the compression algorithm, which improves compression speed on systems with multiple dual-core or hyper-threading-enabled CPUs.
  • 3.80 (2008-09): adds support for ZIP archives, which contain Unicode file names in UTF-8.[27]
  • 3.90 (2009-05): adds support for the x86-64 architecture and Windows 7. Multithreaded support is enhanced.[13]
  • 3.91 is the last release that supports Valencian.
  • 3.92 is the last release that supports Serbian Cyrillic and Serbian Latin.
  • 4.00 (2011-03): decompression is sped up by up to 30%. Windows 98, Windows ME, and Windows NT are no longer supported; the minimum Windows version required is Windows 2000.[13]
  • 4.10 (2012-01): removes all ZIP limitations now allowing unlimited number of files and archive size. WinRAR now also allows creation of multivolume ZIP files. ZIP archives now include Unicode file names.[13]
  • 4.20 (2012-06): compression speed in SMP mode is increased significantly, but this improvement was made at the expense of increased memory usage. ZIP compression now uses SMP as well. The default SMP mode cannot handle text; text compression is significantly worse unless additional switches are used. Also, Windows 2000 compatibility was removed.[13]
  • 5.00 (2013-09): the RAR5 archive format is implemented. RAR5 compressed archives cannot be managed by old versions of WinRAR. The RAR 5 format improves multicore processor utilization, and adds a larger dictionary size of up to 1 GiB with 64-bit WinRAR. Special optional compression algorithms optimized for RGB bitmaps, raw audio files, Itanium executables, and plain text, which were supported by earlier versions, are supported only in the older RAR format, not RAR5.[13] Optional optimized compression of x86 executables and delta compression (for structured table data) are supported in both file formats.
  • 5.50 (2017-08): adds support for a master password which can be used to encrypt passwords stored in WinRAR. The default RAR format is changed to version 5. Adds support for decompressing Lzip archives; adds support for high precision file dates, longer file names and larger file sizes for TAR archives.[13]
  • 5.60 (2018-06): repairing of protected RAR5 archives was improved. Automatic detection of the encoding of ZIP archive comments. Recognition of GZIP files with arbitrary preceding data as an actual GZIP archive.[13]
  • 5.70 (2019-02): removes support for ACE archives decompression due to major security vulnerabilities[28] in the unacev2.dll library.[13]

Operating systems support

More recent versions do not support many older operating systems. Versions supporting older operating systems may still be available, but not maintained:

  • RAR 2.50 for MS-DOS (1999) is the last version that supports MS-DOS and OS/2 on 16-bit x86 CPUs (8086-compatible).[29]
  • RAR 3.93 for MS-DOS is the last version for MS-DOS and OS/2 on IA-32 CPUs (80386 equivalents and later).[30] It supports file names longer than the MS-DOS standard of 8.3 characters, in a Windows DOS box (except under Windows NT), and uses the RSX DPMI extender.
  • WinRAR 3.93 is the last version that supports Windows 95, 98, ME, and NT 4.0.[13] RAR for Pocket PC 3.93 is the last version for Windows Mobile.[30]
  • WinRAR 4.11 is the last version that supports Windows 2000.[13]

See also

  • Comparison of file archivers
  • Comparison of archive formats
  • List of archive formats

References

  1. (Russia, Chelyabinsk) WinRAR 3.40 release notes by Eugene Roshal (in Russian)
  2. RAR and WinRAR End User License Agreement (EULA), archived from the original on 2014-01-04, retrieved 2019-03-11
  3. "WinRAR – What's new in the latest version". RARLAB. 2020-03-30.
  4. "RAR for Android". RARLAB. 2019-11-24.
  5. "RAR for Linux". RARLAB. 2020-03-30.
  6. "RAR for FreeBSD". RARLAB. 2020-03-30.
  7. "RAR for macOS". RARLAB. 2020-03-30.
  8. "RAR download page". Archived from the original on 2018-09-01. Retrieved 2018-09-01.
  9. Manuel Masiero (18 March 2013)"Compression Performance: 7-Zip, MagicRAR, WinRAR, WinZip" Tom's Hardware. Retrieved 27 November 2013.
  10. "RAR for Android; RARsoft". Archived from the original on 2014-12-22. Retrieved 2014-11-04.
  11. Voloshin, Kirill (2011-03-10). Интервью по переписке [Interview by correspondence] (in Russian). Archived from the original on 2015-08-16. Retrieved 2014-10-27.
  12. Martin Brinkmann (29 April 2013)"WinRAR 5.0 introduces the new RAR 5 format. What you need to know" Archived 2018-09-01 at the Wayback Machine Ghacks. Retrieved 27 November 2013.
  13. "Latest changes in WinRAR (cumulative release notes for all versions)". Rarlab.com. Archived from the original on 2010-08-06. Retrieved 2018-09-01. Updated with each new beta test or released version. Current page has versions 4.00 and higher; archived page linked here has versions 3.70–3.93; older archived versions go back to 3.00
  14. "Best Archive Tool". DonationCoder.com. 2005-09-05. Archived from the original on 2009-06-02. Retrieved 2009-07-01.
  15. "WinRAR 5 Final Released" Archived 2013-12-02 at the Wayback Machine Techno360.in. Retrieved 27 November 2013.
  16. Martin Brinkmann (7 September 2011). "How To Split Large Files Into Multiple Smaller Ones". gHacks Tech News. Archived from the original on 2017-04-16. Retrieved 15 April 2017.
  17. WinRAR Help – GUI SFX modules: setup commands
  18. "软众信息-WinRAR独家总代理商 最新官方简体中文版下载 支持64位非破解版压缩软件:软件介绍-致用户的一封信". www.winrar.com.cn. Archived from the original on 2016-10-15. Retrieved 2016-10-18.
  19. "Downloads, UnRAR for various platforms, and source. Archived 2018-09-01 at the Wayback Machine License says "The source code of UnRAR utility is freeware"
  20. "Extracting a 19 Year Old Code Execution from WinRAR". Check Point Research. 2019-02-20. Retrieved 2019-03-13.
  21. "WinRAR Multiple Security Vulnerabilities". www.securityfocus.com. Retrieved 2019-03-13.
  22. Kanthak, Stefan (7 February 2016). "Executable installers are vulnerable^WEVIL (case 25): WinRAR's installer and self-extractors allow arbitrary (remote) code execution and escalation of privilege". SecLists.org. Archived from the original on 2016-02-18. Retrieved 2016-02-20.
  23. Shaikh Rafia (September 2015). "WinRAR Exploit Could Put 500 Million Users at Risk". Wccftech.com. Archived from the original on 2016-10-01. Retrieved 29 September 2016.
  24. Darren Pauli (30 September 2015). "Smuggle mischievous JavaScript into WinRAR archives? Sure, why not". The Register. Archived from the original on 2016-09-27. Retrieved 29 September 2016.
  25. "WinRAR Vulnerability Is Complete Bullshit". Darknet. 1 October 2015. Archived from the original on 2016-10-02. Retrieved 29 September 2016.
  26. "WinRAR download and support. WinRAR is a powerful Windows tool to compress and decompress zip, rar and many other formats: Knowledge Base". Win-rar.com. Archived from the original on 2009-05-14. Retrieved 2009-07-01.
  27. "WinRAR archiver, a powerful tool to process RAR and ZIP files". Rarlab.com. Archived from the original on 2009-06-28. Retrieved 2009-07-01.
  28. Nichols, Shaun (2019-02-20). "Behold… a WinRAR security bug that's older than your child's favorite YouTuber. And yes, you should patch this hole". www.theregister.co.uk. Retrieved 2019-02-26.
  29. "RAR 2.50 – Stats, Downloads and Screenshots". WinWorld. Archived from the original on 2017-08-15. Retrieved 14 August 2017.
  30. "Downloads for: WinRAR, RAR for Mac OS X, RAR for Linux, RAR for DOS & OS/2, RAR for FreeBSD, with 40 days free trial". Winrar.co.nz. Archived from the original on 2017-08-15. Retrieved 15 August 2017.

Further reading

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.